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 in the Apple Developer documentation.
For the email
, first_name
, and lastname
attributes, see the note about scopes in Known issues and limitations.
Attribute | Description |
---|---|
|
The issuer-registered claim key, which has the value https://appleid.apple.com. |
|
The unique identifier for the user. This is Apple’s primary identifier for the user. |
|
The client_id for your Apple Developer account. |
|
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 |
|
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. |
|
The access token provided by Apple. |
|
The user’s first name. Available with the |
|
The user’s last name. Available with the |