Skip to main content
PUT
/
users
/
{id}
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

User ID

Body

application/json
email
string
password
string
Example:

"newpassword123"

firstName
string
Example:

"John"

lastName
string
Example:

"Doe"

image
string
provider
string
providerId
string
isEmailVerified
boolean
roles
enum<string>[]
Available options:
user,
admin,
project_manager,
super_admin
settings
object

Response

The user has been successfully updated.

The response is of type object.