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

KeyDatatypeRequiredDescription
pageNumbernumberThe number of the page to fetch.
pageSizenumberThe number of items to have on a page. Maximum value is 100. The default is 10 items on a page.
usernamestringThe partial or complete username to select all users that match.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring