Retrieve the information about the list of team owners. The returns all properties of users who are the owner of the current working team.1
2
3GET api/teams/owners
--x-appvitygroupId: [GroupId]
--Cookie: graphNodeCookie=[ID]
api/teams/owners
GET.
See OData Filter syntax.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
No body for this method.
List of owners into current team(or group) with the following schema:
1 | { |
[SourceID] is ID of user from Microsoft Team.
1 | [ |
Comment