Customers
List customer users
Get a paginated list of users from a customer
get/customers/{id}/users
Path parameters
idstring required
Customer ID
Query parameters
limitinteger
Number of items to return
afterstring
Specifies the cursor after which to start returning results. For the first page, this should be left empty. For subsequent pages, use the value of the end_cursor field from the previous response.
beforestring
Specifies the cursor before which to return results. Use this to paginate backwards. For example, to load the previous page, provide the value of the start_cursor field from the last response.
Response
OK
Example response
{
"end_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH",
"has_next_page": true,
"start_cursor": "gaFpxBACEaXBVABEYbHG+X9LyLnH"
}