v7
latestOpenAPI 3.1.02026-08-07154197463.6 KBusers
Returns the user that the provided API token authenticates as.
get/users/whoami
Response
The user that the API token authenticates as.
Example response
{
"user_id": "29827fb8-f2dd-4e80-9576-28e31e9934ac",
"email": "john.doe@company.dev",
"full_name": "John Doe",
"first_name": "John",
"last_name": "Doe",
"position": "Engineer"
}