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

organizationIdstringRequired
Organization identifier
merchantIdstringRequired
Merchant identifier

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