Appearance
GET
/common/profile/meThis API method requires no scope.
Gets the user profile of the current authorization token.
Response
Information about the user profile.
JSON
{
"userId": "08ce1500-a817-40e8-8e5a-36d3cef125df",
"emailAddress": "john.doe@viskan.com",
"firstName": "John",
"lastName": "Doe",
"viskanEmployee": false,
"profilePictureURL": "https://profilepicture.connect.visma.com/v1.0/08ce1500-a817-40e8-8e5a-36d3cef125df?client_id=viskan"
}
| Error code | Description |
|---|---|
profile-is-not-available | There is no profile information available in this authentication token. |