Get information about a specific User.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
The unique ID of a specific User. You may use an external_id here if one is set for the user.
Successful response
Globally unique UUID that is returned with every API call. This value is important to log for debugging purposes; we may ask for this value to help identify a specific API call when helping you debug an issue.
The unique ID of the returned User.
An array of email objects for the User.
The status of the User. The possible values are pending and active.
An array of phone number objects linked to the User.
An array that contains a list of all Passkey or WebAuthn registrations for a given User in the Stytch API.
An array of OAuth provider objects linked to the User.
An array containing a list of all TOTP instances for a given User in the Stytch API.
An array contains a list of all crypto wallets for a given User in the Stytch API.
An array that contains a list of all biometric registrations for a given User in the Stytch API.
Roles assigned to this User. See the RBAC guide for more information about role assignment.
The HTTP status code of the response. Stytch follows standard HTTP response status code patterns, e.g. 2XX values equate to success, 3XX values are redirects, 4XX are client errors, and 5XX are server errors.
The name of the User. Each field in the name object is optional.
The timestamp of the User's creation. Values conform to the RFC 3339 standard and are expressed in UTC, e.g. 2021-12-29T12:33:09Z.
The password object is returned for users with a password.