{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph API (Applications) Groups Me API", "version": "1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/common/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Me", "type": "folder" }, "items": [ { "info": { "name": "Get the signed-in user profile", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me" }, "docs": "Get the signed-in user profile" }, { "info": { "name": "List the signed-in user's mail messages", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/messages", "params": [ { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" }, { "name": "$select", "value": "", "type": "query" } ] }, "docs": "List the signed-in user's mail messages" }, { "info": { "name": "List the signed-in user's calendar events", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/events" }, "docs": "List the signed-in user's calendar events" }, { "info": { "name": "List items in the root of the user's drive", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/drive/root/children" }, "docs": "List items in the root of the user's drive" }, { "info": { "name": "Get the signed-in user's manager", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/manager" }, "docs": "Get the signed-in user's manager" }, { "info": { "name": "List people related to the signed-in user", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/people" }, "docs": "List people related to the signed-in user" }, { "info": { "name": "List directory objects the user is a member of", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/memberOf" }, "docs": "List directory objects the user is a member of" }, { "info": { "name": "Get the signed-in user's profile photo binary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/me/photo/$value" }, "docs": "Get the signed-in user's profile photo binary" } ] } ], "bundled": true }