Authorizations
Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.
Response
User information
User profile and account information
URL to the user's profile picture
"https://myapp.com/avatars/user123.jpg"
Timestamp when the user account was created
"2023-01-15T12:34:56Z"
Default authorization role for the user
"user"
User's display name
"John Smith"
Whether the user's email has been verified
true
Unique identifier for the user
"2c35b6f3-c4b9-48e3-978a-d4d0f1d42e24"
Whether this is an anonymous user account
false
User's preferred locale (language code)
2
"en"
Custom metadata associated with the user
{ "firstName": "John", "lastName": "Smith" }
Whether the user's phone number has been verified
false
List of roles assigned to the user
["user", "customer"]
User's email address
"john.smith@nhost.io"
User's phone number
"+12025550123"
Active MFA type for the user