This API endpoint can't be used under high load. When the number of requests is high, rate limits may apply. Contact your Account Manager to find out the rate limits for this API endpoint.
Request
path Parameters
project_id
required
integer
Project ID.
query Parameters
offset
integer
Number of the element from which the list is generated (the count starts from 0).
limit
integer
Limit for the number of elements on the page.
user_requisites
string
email
string
User email.
register_date_from
string
register_date_to
string
Responses
200
OK.
Request samples
curl
JavaScript
Node.js
Python
C#
Go
Java
curl -i -X GET \'https://api.xsolla.com/merchant/v2/projects/{project_id}/users?offset=0&limit=0&user_requisites=string&email=string®ister_date_from=string®ister_date_to=string'