Appearance
GET
/common/profile/profiles/{userId}This API method requires no scope.
Gets a user profile.
Parameters
Path parameters
userId string Format:
uuidThe ID of the user of the profile to get.
Response
Information about the user profile.
JSON
{
"userId": "08ce1500-a817-40e8-8e5a-36d3cef125df",
"emailAddress": "john.doe@example.com",
"firstName": "John",
"lastName": "Doe",
"profilePictureURL": "https://profilepicture.connect.visma.com/v1.0/08ce1500-a817-40e8-8e5a-36d3cef125df?client_id=viskan"
}
| Error code | Description |
|---|---|
user-does-not-exist | No user with the given ID exists. |