Skip to main content
PATCH
Update user

Authorizations

Authorization
string
header
required

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

Path Parameters

USER_ID
string
required

ID of the user

Example:

"abcde12345abcde12345a"

Body

application/json
name
string

Their full name

Required string length: 1 - 40
Example:

"Example"

role
enum<string>

Their assigned role

Available options:
viewer,
uploader,
admin,
owner
Example:

"owner"

Response

User

success
boolean
required
Example:

true

result
object
required
Example:
errors
object[]
required
Example: