Xsolla-logo

Benutzerdaten exportieren

post/projects/{project_id}/export_users

Exports user data (personal information and attributes) from the Login project to an archive of CSV files. You will receive the 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-Projekt-ID aus dem Kundenportal.

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

E-Mail-Adresse, an die der Link mit dem Ergebnis gesendet wird.

Responses
204

OK

400

Bad Request

401

Unauthorized

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