{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Applications Get Member Groups API", "version": "1.0.0" }, "items": [ { "info": { "name": "Applications Get Member Groups", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Create Get Member Groups", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/applications/:application-id/getMemberGroups", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "The unique identifier of application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return all the group IDs for the groups that the specified user, group, service principal, organizational contact, device, or directory object is a member of. This function is transitive. This API returns up to 11,000 group IDs. If more than 11,000 results are available, it returns a 400 Bad Request error with the DirectoryResultSizeLimitExceeded error code. If you get the DirectoryResultSizeLimitExceeded error code, use the List group transitive memberOf API instead." } ] } ], "bundled": true }