/users/{id}

Updates a user based on a given identifier.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required

Defines the user identifier

Body Params
string
length between 1 and 100

Defines the unique email that identifies the user

string
length between 0 and 60

Defines the user's first name

string
length between 0 and 60

Defines the user's last name

string
length between 1 and 256

Defines the user's password

boolean

Defines if this user is owner for the project.

string
enum

Defines the current user status

Allowed:
permission-ids
array of integers

Defines one or more permissions identifier that a user may have

permission-ids
labels
array of strings

Defines the user's labels to organize the associated objects

labels
settings
object

Crucial information about the object.

Headers
string

Defines whether the log ID created by the request will be returned in the response header

string
required

Defines the user authorization API key

string
enum
required

Defines the media type to return the content

Allowed:
string

Defines the idempotency-key for the request

string

Defines a password reset code

Response
204

The user was updated successfully [NO CONTENT]

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!