Exports user data (personal information and attributes) from the Login project to a CSV format file. You will receive an archive of user data to the specified email address.
The call can be requested 1 time per hour.
project_id required | string <uuid> Login project ID from Publisher Account. |
OK
Bad Request
Unauthorized
{- "email": "user@example.com"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}