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

确定

400

错误的请求

401

未授权

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