Update User Display Name

Updates an existing user's display name, using a valid management key.

This API endpoint allows you to update the user's display name granularly without updating all user details.

The response returns the user's details in json format.

See also

Endpoint Authentication

Use authorization bearer header with the following format:

Authorization: Bearer <ProjectId:ManagementKey>

SecurityAuthProjectIdMgmtKey
Request
Request Body schema: application/json
required
loginId
string
name
string
givenName
string
middleName
string
familyName
string
Responses
200

OK

post/v1/mgmt/user/update/name
Request samples
Response samples
application/json
{
  • "user": {
    }
}