Xsolla-logo

Export user data

post/projects/{project_id}/export_users

Exports user data (personal information and attributes) from the Login project to a CSV format file. You will receive an archive of user data to the specified email address.

The call can be requested 1 time per hour.

SecurityServer
Request
path Parameters
project_id
required
string <uuid>

Login project ID from Publisher Account.

Request Body schema: application/json
email
required
string <email>

Email address to which the link with the result is sent.

Responses
204

OK

400

Bad Request

401

Unauthorized

Request samples
application/json
{
  • "email": "user@example.com"
}
Response samples
{
  • "error": {
    }
}