{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin users.userSolutionRoot API", "version": "1.0.0" }, "items": [ { "info": { "name": "users.userSolutionRoot", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get solutions from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The identifier that relates the user to the working time schedule triggers. Read-Only. Nullable" }, { "info": { "name": "Microsoft Graph Update the navigation property solutions in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property solutions in users" }, { "info": { "name": "Microsoft Graph Delete navigation property solutions for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Microsoft Graph Delete navigation property solutions for users" }, { "info": { "name": "Microsoft Graph Get workingTimeSchedule from users", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions/workingTimeSchedule", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The working time schedule entity associated with the solution." }, { "info": { "name": "Microsoft Graph Update the navigation property workingTimeSchedule in users", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions/workingTimeSchedule", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property workingTimeSchedule in users" }, { "info": { "name": "Microsoft Graph Delete navigation property workingTimeSchedule for users", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions/workingTimeSchedule", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Microsoft Graph Delete navigation property workingTimeSchedule for users" }, { "info": { "name": "Microsoft Graph Invoke action endWorkingTime", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions/workingTimeSchedule/endWorkingTime", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Trigger the policies associated with the end of working hours for a specific user." }, { "info": { "name": "Microsoft Graph Invoke action startWorkingTime", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/users/:user-id/solutions/workingTimeSchedule/startWorkingTime", "params": [ { "name": "user-id", "value": "", "type": "path", "description": "The unique identifier of user" } ] }, "docs": "Trigger the policies associated with the start of working hours for a specific user." } ] } ], "bundled": true }