---
title: Available user attributes
description: Lists the attributes supported by Sign in with Apple.
component: apple
page_id: apple:setup:pf_apple_cic_available_user_attributes
canonical_url: https://docs.pingidentity.com/integrations/apple/setup/pf_apple_cic_available_user_attributes.html
revdate: July 1, 2024
---

# Available user attributes

Lists the attributes supported by Sign in with Apple.

For more details about the following attributes, see [Retrieving the User's Information from Apple ID Servers](https://developer.apple.com/documentation/signinwithapplerestapi/authenticating_users_with_sign_in_with_apple) in the Apple Developer documentation.

For the `email`, `first_name`, and `lastname` attributes, see the note about scopes in [Known issues and limitations](../release_notes/pf_apple_cic_known_issues_and_limitations.html).

| Attribute        | Description                                                                                                                                                                     |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `iss`            | The issuer-registered claim key, which has the value https\://appleid.apple.com.                                                                                                |
| `user_id`        | The unique identifier for the user. This is Apple's primary identifier for the user.                                                                                            |
| `aud`            | The **client\_id** for your Apple Developer account.                                                                                                                            |
| `email`          | The user's email address. The user may choose to share their real email address or an anonymous one that uses the private email relay service.Available with the `email` scope. |
| `email_verified` | A Boolean value that indicates whether the service has verified the email. The value of this claim is always true because the servers only return verified email addresses.     |
| `access_token`   | The access token provided by Apple.                                                                                                                                             |
| `first_name`     | The user's first name.Available with the `name` scope.                                                                                                                          |
| `last_name`      | The user's last name.Available with the `name` scope.                                                                                                                           |
