Endpoint Examples
Get User
This endpoint retrieves detailed information about the authenticated user. It provides various details including the user’s email, name, associated identities, metadata, and more.
GET
The response provides comprehensive information about the authenticated user.
The timestamps are in ISO 8601 format.
The identities
array contains details about the user’s authentication
identities, including access tokens and their expiration.
The user_metadata
and app_metadata
objects can include various custom data
associated with the user.
Authorizations
API key for authentication
Response
200
application/json
Get User response
The response is of type object[]
.