Skip to main content
PUT
Update user

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

The ID of the user.

Body

application/json
name
string
Maximum string length: 255
Example:

"b"

email
string<email>
Maximum string length: 255
Example:

"zbailey@example.net"

password
string
Minimum string length: 8
Example:

"-0pBNvYgxw"

title
string
Maximum string length: 255
Example:

"a"

azure_id
string
Maximum string length: 255
Example:

"y"

roles
string[]

Response

User updated

The response is of type object.