{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin groups.appRoleAssignment API", "version": "1.0.0" }, "items": [ { "info": { "name": "groups.appRoleAssignment", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List appRoleAssignments granted to a group", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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": "Retrieve the list of appRoleAssignment that have been granted to a group." }, { "info": { "name": "Microsoft Graph Grant an appRoleAssignment to a group", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Use this API to assign an app role to a security group. All direct members of the group will be considered assigned. Security groups with dynamic memberships are supported. To grant an app role assignment to a group, you need three identifiers: Additional licenses might be required to use a group to manage access to applications." }, { "info": { "name": "Microsoft Graph Get appRoleAssignments from groups", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments/:appRoleAssignment-id", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "appRoleAssignment-id", "value": "", "type": "path", "description": "The unique identifier of appRoleAssignment" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the app roles granted to a group for an application. Supports $expand." }, { "info": { "name": "Microsoft Graph Update the navigation property appRoleAssignments in groups", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments/:appRoleAssignment-id", "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "appRoleAssignment-id", "value": "", "type": "path", "description": "The unique identifier of appRoleAssignment" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property appRoleAssignments in groups" }, { "info": { "name": "Microsoft Graph Delete appRoleAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments/:appRoleAssignment-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "name": "appRoleAssignment-id", "value": "", "type": "path", "description": "The unique identifier of appRoleAssignment" } ] }, "docs": "Deletes an appRoleAssignment that a group has been granted." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/groups/:group-id/appRoleAssignments/$count", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "group-id", "value": "", "type": "path", "description": "The unique identifier of group" }, { "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" } ] } ], "bundled": true }