{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Me.user API", "version": "1.0.0" }, "items": [ { "info": { "name": "Me.user", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me", "headers": [ { "name": "ConsistencyLevel", "value": "" } ], "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These default properties are noted in the Properties section. To get properties that are not returned by default, do a GET operation for the user and specify the properties in a $select OData query option. Because the user resource supports extensions, you can also use the GET operation to get custom properties and extension data in a user " }, { "info": { "name": "Microsoft Graph Update user", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/me", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a user object." } ] } ], "bundled": true }