The input for ListUsersCommand.

interface ListUsersCommandInput {
    CollectionId: undefined | string;
    MaxResults?: number;
    NextToken?: string;
}

Hierarchy (view full)

Properties

CollectionId: undefined | string

The ID of an existing collection.

MaxResults?: number

Maximum number of UsersID to return.

NextToken?: string

Pagingation token to receive the next set of UsersID.