Update User Login ID

Updates an existing user's login ID, using a valid management key.

This API endpoint allows you to update a user's Login ID.

If you'd like to remove a login ID, provide an empty string for the new login ID.

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
newLoginId
string
Responses
200

OK

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