- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Download account information for all accounts on the project in a paginated manner. To use this method requires a Google OAuth 2.0 credential with proper permissions.. Furthermore, additional permissions are needed to get password hash, password salt, and password version from accounts; otherwise these fields are redacted.
HTTP request
GET https://identitytoolkit.googleapis.com/v1/projects/{targetProjectId}/accounts:batchGet
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
target |
If Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
delegatedProjectNumber |
|
next |
The pagination token from the response of a previous request. |
max |
The maximum number of results to return. Must be at least 1 and no greater than 1000. By default, it is 20. |
tenant |
The ID of the Identity Platform tenant the accounts belongs to. If not specified, accounts on the Identity Platform project are returned. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DownloadAccountResponse
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/identitytoolkit
https://www.googleapis.com/auth/firebase
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.