Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MembershipSource interface
- Package:
- @microsoft/agents-activity
Interface representing a membership source.
Properties
| id | The unique identifier of the membership source. |
| membershipType | The users relationship to the current channel. |
| sourceType | The type of roster the user is a member of. |
| teamGroupId | The group ID of the team associated with this membership source. |
| tenantId | Optional. The tenant ID for the user. |
Property Details
id
The unique identifier of the membership source.
id: string
Property Value
string
membershipType
The users relationship to the current channel.
membershipType: MembershipTypes
Property Value
sourceType
The type of roster the user is a member of.
sourceType: MembershipSourceTypes
Property Value
teamGroupId
The group ID of the team associated with this membership source.
teamGroupId: string
Property Value
string
tenantId
Optional. The tenant ID for the user.
tenantId?: string
Property Value
string
