ListUsersRequest

ListUsersRequest

Request message for the ListUsers method.

Fields
parent

string

Required. The parent, which owns this collection of users. Format: accounts/{account}

page_size

int32

Optional. The maximum number of users to return. The service may return fewer than this value. If unspecified, at most 50 users will be returned. The maximum value is 100; values above 100 will be coerced to 100

page_token

string

Optional. A page token, received from a previous ListUsers call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListUsers must match the call that provided the page token.