Users

This endpoint allows the users to update current user's data.

patch/users/self

Request body

firstNamestring
lastNamestring
emailstring email

This email is used for login.

languagestring

Example request

{
  "support": {
    "pin": "000000"
  },
  "timeZone": {
    "name": "America/New_York"
  }
}

Response

User Updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.