GET /users/{guid}
Retrieve a specific user by GUID
/users/{guid}
GET
Retrieve a specific user by GUID
Key | Type | Example | |
---|---|---|---|
:guid required | string |
"example-guid"
|
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"_meta": {
"guid": "example-string",
"entity": "example-value",
"created": "example-value",
"modified": "example-value",
"updated": "example-value"
},
"username": "example-string",
"email": "example-string",
"firstname": "example-string",
"lastname": "example-string",
"last_activity": "example-value",
"timezone": "example-string",
"language": "example-string"
}
{
"success": false,
"error": "ERROR_KEY"
}
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Users Return to the Users category to view other endpoints All API Categories Browse all available API categories