{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector SignedInUser API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "SignedInUser", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Tenantid Me", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/me", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets the details for the currently logged-in user." }, { "info": { "name": "Microsoft Azure Get Tenantid Me Ownedobjects", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/me/ownedObjects", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Get the list of directory objects that are owned by the user." } ] } ], "bundled": true }