v1
latestOpenAPI 3.1.02026-07-222392081.7 MBUsers
Get user
Retrieve the details of an existing user.
get/v1/users/{id}
Path parameters
idstring required
Response
Example response
{
"id": "usr_DKL4Xcb5VSa8CQ",
"email": "john@example.com",
"first_name": "John",
"last_name": "Doe",
"role_id": "rol_DKL4Xcb5VSa8CQ"
}