Xsolla-logo

ユーザーデータをエクスポートするServer-side

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>

パブリッシャーアカウントからのログインプロジェクトID。

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

結果へのリンクが送信されるメールアドレス。

Responses
204

OK

400

無効なリクエスト

401

未認証

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