v1
latestOpenAPI 3.0.12026-08-064278250.7 KBusers
Retrieve a user
Retrieve a user by their unique identifier.
get/v1/users/{id}
Path parameters
idstring required
Headers
Workspacestring required
The workspace identifier, which isolates API requests inside the provided workspace scope.
Response
Success
Example response
{
"id": "62ff9653efef4b3ae04ab25e",
"email": "test@test.com",
"name": "Harry Owen"
}