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": {
    }
}