Users

Update a user

put/users/{id}

Path parameters

idstring required

Id identifier

Request body

Example request

{
  "user": {
    "first_name": "Sarah",
    "enabled": false
  }
}

Response

Successful operation

Changes

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