Update a user

PATCH {{baseUrl}}/merchants/:merchantId/users/:userId

Updates user details for the userId and the merchantId specified 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>", "email"=>"<string>", "name"=>"<string>", "roles"=>"<string>", "timeZoneCode"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring