v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBUsers
Get Current User
Retrieve the user that owns the API key, including personal settings (timezone, formats, API key).
get/users/me
Response
OK
Example response
{
"id": 1304,
"name": "User Name",
"headline": "CEO",
"role": "admin",
"status": "active"
}