Users
Update user
Update a user’s details
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
ID of the user
Example:
"abcde12345abcde12345a"
Body
application/json
Their full name
Required string length:
1 - 40
Example:
"Example"
Their assigned role
Available options:
viewer
, uploader
, admin
, owner
Example:
"owner"