Read User
Retrieve an Auth0 user's details for a specific user ID.
Input
Field | Definition | Type | Required |
---|---|---|---|
User | |||
ID | Unique identifier of the user. | Text | TRUE |
Output
Field | Definition | Type |
---|---|---|
User | ||
Raw Output | The raw response object returned by the API after reading the user. | Object |
ID | Unique external ID of the user. | Text |
Name | Name of the user. | Text |
The email address of the user. | Text | |
Phone Number | The user's phone number. This output value only appears for users with SMS connections. |
Text |
Metadata | Data related to the user that doesn't affect the application's core functionality. | Object |
App Metadata | Data related to the user that does affect the application's core functionality. | Object |
Username | Username of the user. | Text |
Given Name | Given name of the user. | Text |
Family Name | Family name of the user. | Text |
Nickname | Nickname of the user. | Text |
Email Verified |
Indicates whether this email address is verified or unverified.
The user receives a verification email after creation if this is false or not specified. |
True/False |
Picture |
A uniform resource identifier (URI) containing the user's picture.
For example, https://www.akc.org/wp-content/uploads/2017/11/Pomeranian-On-White-01.jpg |
Text |
Blocked | Indicates whether an administrator has blocked this user or not. | True/False |
Created At | A timestamp indicating when the user profile was initially created. | Text |
Last IP | IP address associated with the user's last sign-in attempt. | Text |
Updated At | A timestamp indicating when the user's profile was most recently updated or modified.
Changes to Last Login are considered updates, so most of the time, Updated At matches Last Login. |
Text |
Last Login | A timestamp indicating when the user last signed in. | Text |
Identities | Contains information retrieved from the Identity Provider that originally authenticates the user. | List of Objects |
Connection | Name of the Auth0 connection used to authenticate the user. | Text |
User ID | User's unique ID for this connection or provider. | Text |
Provider | Name of the entity that authenticated the user. For example, Facebook, Google, SAML, or your own provider. | Text |
Is Social | Indicates whether the connection is authenticated through a social provider. | True/False |
Logins Count | Number of times the user has signed in. | Number |