{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector User API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Tenantid Users", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/users", "params": [ { "name": "$filter", "value": "", "type": "query", "description": "The filter to apply to the operation." }, { "name": "$expand", "value": "", "type": "query", "description": "The expand value for the operation result." }, { "name": "$top", "value": "", "type": "query", "description": "(Optional) Set the maximum number of results per response." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets list of users for the current tenant." }, { "info": { "name": "Microsoft Azure Post Tenantid Users", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:tenantID/users", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Create a new user." }, { "info": { "name": "Microsoft Azure Get Tenantid Users Upnorobjectid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/:tenantID/users/:upnOrObjectId", "params": [ { "name": "upnOrObjectId", "value": "", "type": "path", "description": "The object ID or principal name of the user for which to get information." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets user information from the directory." }, { "info": { "name": "Microsoft Azure Patch Tenantid Users Upnorobjectid", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/:tenantID/users/:upnOrObjectId", "params": [ { "name": "upnOrObjectId", "value": "", "type": "path", "description": "The object ID or principal name of the user to update." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Updates a user." }, { "info": { "name": "Microsoft Azure Delete Tenantid Users Upnorobjectid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/:tenantID/users/:upnOrObjectId", "params": [ { "name": "upnOrObjectId", "value": "", "type": "path", "description": "The object ID or principal name of the user to delete." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Delete a user." }, { "info": { "name": "Microsoft Azure Post Tenantid Users Objectid Getmembergroups", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/:tenantID/users/:objectId/getMemberGroups", "params": [ { "name": "objectId", "value": "", "type": "path", "description": "The object ID of the user for which to get group membership." }, { "name": "api-version", "value": "", "type": "query", "description": "Client API version." }, { "name": "tenantID", "value": "", "type": "path", "description": "The tenant ID." } ] }, "docs": "Gets a collection that contains the object IDs of the groups of which the user is a member." } ] } ], "bundled": true }