Get the current authenticated user
Users
Get the current authenticated user
Returns the authenticated user along with their team memberships
GET
Get the current authenticated user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
The current user
The id of the user
Example:
"usr_123456789"
The id of the user workspace
Example:
"wsp_123456789"
The slug of the user workspace
Example:
"acme-research"
The full name of the user
Example:
"John Doe"
The email of the user
Example:
"john.doe@example.com"
The job role of the user
Example:
"Product Manager"
The profile picture URL of the user
Example:
"https://example.com/profile.jpg"
The status of the user
Available options:
INVITED, ACTIVE, DEACTIVATED Example:
"ACTIVE"
The seat type of the user
Available options:
RALLY, RESEARCHER_FREE, RESEARCHER_PAID, null Example:
"RESEARCHER_PAID"
The role of the user
Available options:
DEVELOPER, OBSERVER, RESEARCHER, OPS_MANAGER, SUPER_ADMIN, CUSTOM, COLLABORATOR Example:
"OPS_MANAGER"
The teams the user is a member of