Interface: IGetUsersRequest
cloudservice.v1.IGetUsersRequest
Properties of a GetUsersRequest.
Hierarchy
-
↳
IGetUsersRequest
Properties
email
• Optional email: null | string
Filter users by email address - optional.
Inherited from
namespace
• Optional namespace: null | string
Filter users by the namespace they have access to - optional.
Inherited from
pageSize
• Optional pageSize: null | number
The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
Inherited from
pageToken
• Optional pageToken: null | string
The page token if this is continuing from another response - optional.