API Reference
Log In
API Reference

Update a user

This endpoint updates a user’s first name, last name, title, and status.

🚧

Roles

Projects cannot access this route.

📘

By using this endpoint a user can be activated, deactivated, or deleted.

❗️

If a user’s status is set as deleted, the user’s keys get deleted. This status is final and the user cannot return to a previous status.

🚧

If a user’s status is set as inactive, their keys get deactivated. When the user is activated, their team and project keys remain inactive.
If needed, Platform Administrators and Team Administrators can reactivate the user.

Path Params
string
required

The account’s identifier.

string
required

The user's identifier.

Body Params
string

The user’s first name.

string

The user’s last name.

string
Defaults to Senior Developer

The title of the user. It can be any value with max length of 50. Defaults to null.

string

The user’s status. Values can be Active, Inactive, Invited, Rejected, or Deleted.

Responses

Language
Credentials
Request
Choose an example:
application/json