Get merchant users

Retrieve a paginated list of users for a specific merchant. Requires ORGANIZATION_SETTINGS_VIEW_MERCHANT permission.

Path parameters

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pagedoubleRequired>=1
Page number
limitdoubleRequired>=1<=100
Number of items per page
namestringOptional

Filter by user name (partial match, case-insensitive).

emailstringOptional

Filter by user email (partial match, case-insensitive).

Response

List of merchant users retrieved successfully
userslist of objects
List of users
paginationobject
Pagination information

Errors