Appearance
Parameters
Path parameters
userId string Format:
uuidThe identifier of the user to get.
Response
The user information.
JSON
{
"userId": "08ce1500-a817-40e8-8e5a-36d3cef125df",
"centralUserId": 12345,
"emailAddress": "john.doe@viskan.com",
"profilePictureURL": "https://profilepicture.connect.visma.com/v1.0/08ce1500-a817-40e8-8e5a-36d3cef125df?client_id=viskan",
"firstName": "John",
"lastName": "Doe",
"blocked": false
}
| Error code | Description |
|---|---|
user-not-found | No user with the given identifier was found. |