Get a list of users
GET {{baseUrl}}/merchants/:merchantId/users
Returns a list of users associated with the merchantId
specified in the path. To make this request, your API credential must have the following role: * Management API—Users read and write
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
pageNumber | number | The number of the page to fetch. | |
pageSize | number | The number of items to have on a page. Maximum value is 100. The default is 10 items on a page. | |
username | string | The partial or complete username to select all users that match. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |