API Reference

Users

Endpoints to manage users

User

Properties

NameTypeDescriptionRestrictions
displayNamestringDisplay name of the userread-only
emailstringEmail address of the userread-only
firstNamestringFirst name of the userread-only
idstringThe unique identifier of the user
lastNamestringLast name of the userread-only
userNamestringUsername of the userread-only

Example

{
  "displayName": "string",
  "email": "string",
  "firstName": "string",
  "id": "V1ZVd2VyFzU3NiQ1NDA4NjIzNzk2MjD",
  "lastName": "string",
  "userName": "string"
}