Share via


TeamsPagedMembersResult interface

Represents a paged result of Teams members.

Properties

continuationToken

Continuation token for fetching the next page of results.

members

List of Teams channel accounts.

Property Details

continuationToken

Continuation token for fetching the next page of results.

continuationToken: string

Property Value

string

members

List of Teams channel accounts.

members: TeamsChannelAccount[]

Property Value