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:
- User ID (number).
- Full or partial name (string).
- Full or partial email (string).
Pagination
You can use the combination of count and offset parameters to paginate the results.
Request
Responses
- 200
- 400
- 401
- 402
- 404
OK
Bad request. The request could not be understood by the server due to malformed syntax or arguments.
Unauthorized access error. The request requires authentication but was not provided or the provided authentication does not satisfy the required permissions.
The request is missing the specified argument.
The requested resource was not found.