MembershipSource interface
Interface representing a membership source.
Properties
| id | The unique identifier of the membership source. |
| membership |
The users relationship to the current channel. |
| source |
The type of roster the user is a member of. |
| team |
The group ID of the team associated with this membership source. |
| tenant |
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