Endpoints to manage users
User
Properties
Name | Type | Description | Restrictions |
---|---|---|---|
displayName | string | Display name of the user | read-only |
string | Email address of the user | read-only | |
firstName | string | First name of the user | read-only |
id | string | The unique identifier of the user | |
lastName | string | Last name of the user | read-only |
userName | string | Username of the user | read-only |
Example
{
"displayName": "string",
"email": "string",
"firstName": "string",
"id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD",
"lastName": "string",
"userName": "string"
}