{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector GroupsOwners API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "GroupsOwners", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Post Tenantid Groups Objectid $links Owners", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:tenantID/groups/:objectId/$links/owners", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the application to which to add the owner." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Add an owner to a group." }, { "info": { "name": "Microsoft Azure Delete Tenantid Groups Objectid $links Owners Ownerobjectid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:tenantID/groups/:objectId/$links/owners/:ownerObjectId", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the group from which to remove the owner." }, { "name": "ownerObjectId", "value": "", "type": "path", "description": "Owner object id" }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Remove a member from owners." } ] } ], "bundled": true }