Update user details
PATCH {{baseUrl}}/companies/:companyId/users/:userId
Updates user details for the userId and the companyId identified in the path. To make this request, your API credential must have the following role: * Management API—Users read and write
Request Body
{"accountGroups"=>"<string>", "active"=>"<string>", "associatedMerchantAccounts"=>"<string>", "email"=>"<string>", "name"=>"<string>", "roles"=>"<string>", "timeZoneCode"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |