Get merchant users
Retrieve a paginated list of users for a specific merchant. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
organizationId
Organization identifier
merchantId
Merchant identifier
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