Imports user data from a CSV format file to the Login project.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Forbidden
Not Found
curl --request POST \ --url https://login.xsolla.com/api/projects/{project_id}/user_import \ --header 'X-SERVER-AUTHORIZATION: YOUR_SERVER_TOKEN' \ --header 'accept: multipart/form-data'
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}