Skip to main content
POST
Update user

Authorizations

Authorization
string
header
required

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

Body

application/json
name
string
required

The users name

email
string

The users email

isAdmin
boolean

Platform-level admin flag for managing enterprise accounts and other admin functions

Response

Default Response

name
string
required

The users name

email
string

The users email

isAdmin
boolean

Platform-level admin flag for managing enterprise accounts and other admin functions