Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json · object
Response
OK
Response containing current authenticated user information.
Unique identifier for the user.
Example:
1
Authentication provider.
Example:
"email"
User's email address.
Example:
"your-email@example.com"
Full name of the user.
Example:
"John Doe"
Profile identifier associated with the user.
Example:
1
Workspace details associated with the user.
Role details assigned to the user.
Timestamp when the user was created.
Example:
"2024-08-15T18:49:02.068Z"
Timestamp when the user was last updated.
Example:
"2024-08-15T18:49:02.068Z"
Additional context for the user.