Interface: IGetUserGroupMembersRequest
cloudservice.v1.IGetUserGroupMembersRequest
Properties of a GetUserGroupMembersRequest.
Implemented by
Properties
groupId
• Optional
groupId: null
| string
The group id to list members of.
pageSize
• Optional
pageSize: null
| number
The requested size of the page to retrieve - optional. Cannot exceed 1000. Defaults to 100.
pageToken
• Optional
pageToken: null
| string
The page token if this is continuing from another response - optional.