Update a Managed User

Update Managed User.

Required Scopeproject.admin
Path Params
string
required

ID of the Project. Must match the one in the JWT.

string
required

ID of the Managed User.

Body Params
string

New firstName for the Managed User.

string | null

New lastName for the Managed User. Use null to delete the lastName.

metadata
object

Additional custom data linked to this entity presented in a key–value pairs format. Use this to store additional data that is not part of the core data model. Up to 20 key–value pairs are supported. Each key's length can be up to 40 characters long, and each value's maximum length is 256. Setting a value to null will remove the key–value pair from the metadata. Metadata Keys with the prefix unloc is reserved, and can be overwritten by the system.

Responses

Language
Credentials
Bearer
JWT
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json