Review User Details by Email Address or Id - Backoffice API
11 months ago by Infinicept
See this update published within our Backoffice API Reference: Review User Details by Email Address or Id.
What’s new?
The GET Review User Details by Email Address or Id endpoint is now available in our Backoffice API Reference. This endpoint returns user details including name, userRole, submerchantIds, and more, based on email address or id.
Example
See an example response below.
{
"id": 760,
"userRole": 0,
"name": "Jane Doe",
"emailAddress": "[email protected]",
"createdDate": "2024-10-18T20:47:57.1535709+00:00",
"createdBy": "[email protected]",
"modifiedBy": "[email protected]",
"modifiedDate": "2024-10-18T20:47:57.1535709+00:00",
"lastLoginDate": null,
"status": 0,
"submerchantIds": [
4023,
5176,
5187,
5688
],
"merchantIdentifiers": [
"4445067653300",
"4445067653600",
"4445067658000",
"4445067658100"
],
"userPermissions": [],
"doNotInheritChildMerchants": false,
"isFederated": false
}