DownloadAccountResponse

Response message for accounts.batchGet.

JSON representation
{
 "kind": string,
 "users": [
 {
 object (UserInfo )
 }
 ],
 "nextPageToken": string
}
Fields
kind
(deprecated)

string

users[]

object (UserInfo )

All accounts belonging to the project/tenant limited by maxResults in the request.

nextPageToken

string

If there are more accounts to be downloaded, a token that can be passed back to accounts.batchGet to get more accounts. Otherwise, this is blank.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年05月30日 UTC.