Get an user details
GET
/platform/api/v1/users/{id}
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/platform/api/v1/users/'
Response Response Example
200 - Example 1
{
"id": 0,
"uid": "string",
"name": "string",
"available_name": "string",
"display_name": "string",
"email": "string",
"account_id": 0,
"role": "agent",
"confirmed": true,
"custom_attributes": {},
"accounts": [
{
"id": 0,
"name": "string",
"role": "administrator"
}
]
}
Request
Path Params
id
stringÂ
required