Authorizations
Bearer authentication header of the form Bearer <Token>, where <Token> is your access token.
Headers
The organization identifier
The merchant account number
Preferred language for the response
Body
The unique identifier of the merchant account
10000000 <= x <= 9999999935253486
The page number to retrieve (1-based)
x >= 11
The number of rows to return per page
x >= 120
If true, returns all rows up to and including the specified page. If false, returns only the rows for the specified page
false
The field name to search by (defaults to "FirstName" if not provided). Supported fields include: FirstName, LastName, EmailAddress, PhoneNumber, RoleName, StatusCode, StatusName, etc.
"FirstName"
The text to search for (case-insensitive). Defaults to empty string if not provided. If empty, no search filtering is applied
"John"
Response
Success - List of merchant users retrieved
An array of merchant user objects. Returns an empty array if no users exist for the merchant account
The unique identifier of the user
"user-id-123"
The first name of the user
"John"
The last name of the user
"Doe"
The email address of the user
"john.doe@example.com"
The phone number of the user. May be an empty string if not set
"0881234567"
Indicates whether the user's email address has been confirmed
true
The human-readable description of the user's role
"Merchant Administrator"
The status code of the merchant user account (e.g., "A" for Active, "I" for Inactive, "C" for Closed)
"A"
The human-readable status name of the merchant user account
"Active"
The username or identifier of the user who created this merchant user association
"admin@example.com"
The date and time when the merchant user association was created in UTC format
"2025-11-01T10:30:00.000Z"
The username or identifier of the user who last modified the merchant user. May be null or empty if never modified
"admin@example.com"
The date and time when the merchant user was last modified in UTC format. May be null if never modified
"2025-11-03T09:15:00.000Z"