users
Get User
Use this endpoint to get the details of a specific user.
get/users/{userId}
Path parameters
userIdstring uuid required
The user's unique identifier
Response
OK
Example response
{
"id": "228db892-3b49-4455-b839-ffd8576d8731",
"role": {
"id": 3,
"name": "Manager"
},
"_link": "https://api.acculynx.com/api/v2/users/228db892-3b49-4455-b839-ffd8576d8731"
}