Get merchant users
Retrieve a paginated list of users for a specific merchant. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.
Path parameters
organizationId
Organization identifier
merchantId
Merchant identifier
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
Page number
limit
Number of items per page
name
Filter by user name (partial match, case-insensitive).
email
Filter by user email (partial match, case-insensitive).
Response
List of merchant users retrieved successfully
users
List of users
pagination
Pagination information