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"

email
string<email>

Their email address

Example:

"name@company.com"

password
string

Their password

Required string length: 8 - 100
role
enum<string>

Their assigned role

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

"owner"

mfa_required
boolean
Example:

false

notifications
enum<string>[]

Their notification preferences

Available options:
videos.ready
Example:
enabled
boolean

Whether they have access to the system

Example:

true

Response

User

success
boolean
required
Example:

true

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