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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring