Update a user's company
POST {{baseUrl}}/users/:id/change-company
Change company of user
Request Body
{"newCompany"=>"<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 |