Skip to main content

List all users

GET 

/products/{product_id}/users.json


Gets the user collection associated with a product.

Filtering

There are a few filters that can be applied to the request.

Search by email

You can specify the parameter email to filter the users by email. Optionally you can also put a valid email in the search parameter.

Other filtering options

The search parameter also accepts the following values:

  1. User ID (number).
  2. Full or partial name (string).
  3. Full or partial email (string).

Pagination

You can use the combination of count and offset parameters to paginate the results.

Request

Responses

OK