Users
Get Current User
Get the currently authenticated user’s profile
GET
Get Current User
Returns the profile of the currently authenticated user based on their JWT token.
Authentication
This endpoint requires a valid JWT bearer token in theAuthorization header.
Response
Unique user identifier.
User’s email address.
User’s display name.
The user’s Auth0 identifier.
The ID of the business associated with this user, if any.
ISO 8601 timestamp of when the user was created.
ISO 8601 timestamp of the last profile update.
Get Current User