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.