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