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

KeyDatatypeRequiredDescription
x-versionstring(Required) Specifies the version of the resource
x-user-rolestring(Required) Specifies the user role with which the user intends to perform the operation
Content-Typestring
Acceptstring