{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin teams.conversationMember API", "version": "1.0.0" }, "items": [ { "info": { "name": "teams.conversationMember", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List members of team", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the conversationMember collection of a team. The membership IDs returned by the server must be treated as opaque strings. The client shouldn't try to parse or make assumptions about these resource IDs. In the future, membership results can include users from various tenants, as indicated in the response. Clients should avoid assuming that all members exclusively belong to the current tenant." }, { "info": { "name": "Microsoft Graph Add member to team", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add a new conversationMember to a team." }, { "info": { "name": "Microsoft Graph Get member of team", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/:conversationMember-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a conversationMember from a team." }, { "info": { "name": "Microsoft Graph Update member in team", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/:conversationMember-id", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the role of a conversationMember in a team." }, { "info": { "name": "Microsoft Graph Remove member from team", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/:conversationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "conversationMember-id", "value": "", "type": "path", "description": "The unique identifier of conversationMember" } ] }, "docs": "Remove a conversationMember from a team." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/$count", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action add", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/add", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add multiple members in a single request to a team. The response provides details about which memberships could and couldn't be created." }, { "info": { "name": "Microsoft Graph Invoke action remove", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/teams/:team-id/members/remove", "params": [ { "name": "team-id", "value": "", "type": "path", "description": "The unique identifier of team" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove multiple members from a team in a single request. The response provides details about which memberships could and couldn't be removed." } ] } ], "bundled": true }