v1
latestOpenAPI 3.1.02026-07-223614164.6 KBUsers
Get the current user
Returns the current workspace user.
get/v1/users/me
Response
The current user associated with the API key.
Example response
{
"data": {
"id": "usr_bc984b3f-0386-434d-82d7-a91eb6badd71",
"fullName": "John Doe",
"email": "john.doe@example.com"
},
"deprecations": [
"This field is deprecated"
]
}