Update User Details - Backoffice API

See this update published within our Backoffice API Reference: Update User Details.


What’s new?

The PUT Update User Details endpoint is now available in our Backoffice API Reference. This endpoint can be used to update a user’s name, userRole, submerchantIds, and modifiedByvalues.


Example

See an example request below.

{
  "userRole": "Submerchant",
  "name": "Jane Doe",
  "emailAddress": "[email protected]",
  "modifiedBy": "John Doe",
  "submerchantIds": [100, 110
  ]
}