POST
/v1/mgmt/user/update/customAttribute
Update an existing user's custom attributes, using a valid management key.
This API endpoint allows you to update a user's custom attributes granularly without updating all user details.
The response returns the user's details in json format.
See also
- See Manage Users for further details on managing users.
- See The User Object for further details on the user object.
- See Manage Tenants for further details on managing tenants.
Endpoint Authentication
Use authorization bearer header with the following format:
Authorization: Bearer \<ProjectId:ManagementKey\>
Authorization
Authorization
RequiredBearer <token>
< Project ID >:< Management Key > as bearer
In: header
Request Body
loginId
string
attributeKey
string
attributeValue
unknown
Represents a dynamically typed value which can be either null, a number, a string, a boolean, a recursive struct value, or a list of values.
Status code | Description |
---|---|
200 | OK |
Was this helpful?