Update a user's first and last name
POST {{baseUrl}}/users/:id/change-name
Change first and/or last name of a user
Request Body
{"firstname"=>"<string>", "lastname"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-version | string | (Required) Specifies the version of the resource | |
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |