{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identityGovernance.privilegedAccessRoot API", "version": "1.0.0" }, "items": [ { "info": { "name": "identityGovernance.privilegedAccessRoot", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get privilegedAccess from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get privilegedAccess from identityGovernance" }, { "info": { "name": "Microsoft Graph Update the navigation property privilegedAccess in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property privilegedAccess in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property privilegedAccess for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property privilegedAccess for identityGovernance" }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A group that's governed through Privileged Identity Management (PIM)." }, { "info": { "name": "Microsoft Graph Update the navigation property group in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property group in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property group for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property group for identityGovernance" }, { "info": { "name": "Microsoft Graph Get assignmentApprovals from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get assignmentApprovals from identityGovernance" }, { "info": { "name": "Microsoft Graph Create new navigation property to assignmentApprovals for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignmentApprovals for identityGovernance" }, { "info": { "name": "Microsoft Graph Get assignmentApprovals from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get assignmentApprovals from identityGovernance" }, { "info": { "name": "Microsoft Graph Update the navigation property assignmentApprovals in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignmentApprovals in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property assignmentApprovals for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" } ] }, "docs": "Microsoft Graph Delete navigation property assignmentApprovals for identityGovernance" }, { "info": { "name": "Microsoft Graph Get stages from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of stages in the approval decision." }, { "info": { "name": "Microsoft Graph Create new navigation property to stages for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to stages for identityGovernance" }, { "info": { "name": "Microsoft Graph Get stages from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages/:approvalStage-id", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of stages in the approval decision." }, { "info": { "name": "Microsoft Graph Update the navigation property stages in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages/:approvalStage-id", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property stages in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property stages for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages/:approvalStage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" } ] }, "docs": "Microsoft Graph Delete navigation property stages for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/:approval-id/stages/$count", "params": [ { "name": "approval-id", "value": "", "type": "path", "description": "The unique identifier of approval" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentApprovals/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "In Microsoft Entra entitlement management, return a collection of access package assignment approvals. The objects returned are those that are in scope for approval by the calling user. In PIM for Groups, return a collection of assignment approvals. The objects returned are those that are in scope for approval by the calling user." }, { "info": { "name": "Microsoft Graph List assignmentScheduleInstances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupAssignmentScheduleInstance objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to assignmentScheduleInstances for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignmentScheduleInstances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupAssignmentScheduleInstance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleInstance object." }, { "info": { "name": "Microsoft Graph Update the navigation property assignmentScheduleInstances in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignmentScheduleInstances in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property assignmentScheduleInstances for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" } ] }, "docs": "Microsoft Graph Delete navigation property assignmentScheduleInstances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get activatedUsing from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id/activatedUsing", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null." }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id/group", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/:privilegedAccessGroupAssignmentScheduleInstance-id/principal", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "In PIM for Groups, retrieve the schedule instances for membership or ownership assignments for the calling principal to groups that are governed by PIM." }, { "info": { "name": "Microsoft Graph List assignmentScheduleRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupAssignmentScheduleRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create assignmentScheduleRequest", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new privilegedAccessGroupAssignmentScheduleRequest object." }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupAssignmentScheduleRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupAssignmentScheduleRequest object." }, { "info": { "name": "Microsoft Graph Update the navigation property assignmentScheduleRequests in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignmentScheduleRequests in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property assignmentScheduleRequests for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" } ] }, "docs": "Microsoft Graph Delete navigation property assignmentScheduleRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph Get activatedUsing from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/activatedUsing", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When the request activates a membership or ownership assignment in PIM for Groups, this object represents the eligibility policy for the group. Otherwise, it is null. Supports $expand." }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/group", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership assignment request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action cancel", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/cancel", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" } ] }, "docs": "Cancel an access assignment request to a group whose membership and ownership are governed by PIM." }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/principal", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of this membership or ownership assignment request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only." }, { "info": { "name": "Microsoft Graph Get targetSchedule from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/:privilegedAccessGroupAssignmentScheduleRequest-id/targetSchedule", "params": [ { "name": "privilegedAccessGroupAssignmentScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Schedule created by this request. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "In PIM for Groups, retrieve the requests for membership or ownership assignments for the calling principal to groups that are governed by PIM." }, { "info": { "name": "Microsoft Graph List assignmentSchedules", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupAssignmentSchedule objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to assignmentSchedules for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to assignmentSchedules for identityGovernance" }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupAssignmentSchedule", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupAssignmentSchedule object." }, { "info": { "name": "Microsoft Graph Update the navigation property assignmentSchedules in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property assignmentSchedules in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property assignmentSchedules for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" } ] }, "docs": "Microsoft Graph Delete navigation property assignmentSchedules for identityGovernance" }, { "info": { "name": "Microsoft Graph Get activatedUsing from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id/activatedUsing", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "When the request activates an ownership or membership assignment in PIM for Groups, this object represents the eligibility relationship. Otherwise, it's null. Supports $expand." }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id/group", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/:privilegedAccessGroupAssignmentSchedule-id/principal", "params": [ { "name": "privilegedAccessGroupAssignmentSchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupAssignmentSchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of this membership or ownership assignment request to the group that's governed through PIM. Supports $expand and $select nested in $expand for id only." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "In PIM for Groups, retrieve the schedules for membership or ownership assignments for the calling principal to groups that are governed by PIM." }, { "info": { "name": "Microsoft Graph List eligibilityScheduleInstances", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupEligibilityScheduleInstance objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to eligibilityScheduleInstances for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to eligibilityScheduleInstances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupEligibilityScheduleInstance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleInstance object." }, { "info": { "name": "Microsoft Graph Update the navigation property eligibilityScheduleInstances in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property eligibilityScheduleInstances in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property eligibilityScheduleInstances for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" } ] }, "docs": "Microsoft Graph Delete navigation property eligibilityScheduleInstances for identityGovernance" }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id/group", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/:privilegedAccessGroupEligibilityScheduleInstance-id/principal", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleInstance-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleInstance" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Return instances of membership and ownership eligibility schedules for the calling principal." }, { "info": { "name": "Microsoft Graph List eligibilityScheduleRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupEligibilityScheduleRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create eligibilityScheduleRequest", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new privilegedAccessGroupEligibilityScheduleRequest object." }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupEligibilityScheduleRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupEligibilityScheduleRequest object." }, { "info": { "name": "Microsoft Graph Update the navigation property eligibilityScheduleRequests in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property eligibilityScheduleRequests in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property eligibilityScheduleRequests for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" } ] }, "docs": "Microsoft Graph Delete navigation property eligibilityScheduleRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/group", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership eligibility request through PIM for Groups. Supports $expand and $select nested in $expand for select properties like id, displayName, and mail." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke action cancel", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/cancel", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" } ] }, "docs": "Cancel an eligibility assignment request to a group whose membership and ownership are governed by PIM." }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/principal", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of the membership or ownership eligibility request through the group that's governed by PIM. Supports $expand and $select nested in $expand for id only." }, { "info": { "name": "Microsoft Graph Get targetSchedule from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/:privilegedAccessGroupEligibilityScheduleRequest-id/targetSchedule", "params": [ { "name": "privilegedAccessGroupEligibilityScheduleRequest-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilityScheduleRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Schedule created by this request." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "In PIM for Groups, retrieve the requests for membership or ownership eligibilities for the calling principal to groups that are governed by PIM." }, { "info": { "name": "Microsoft Graph List eligibilitySchedules", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a list of the privilegedAccessGroupEligibilitySchedule objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to eligibilitySchedules for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to eligibilitySchedules for identityGovernance" }, { "info": { "name": "Microsoft Graph Get privilegedAccessGroupEligibilitySchedule", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a privilegedAccessGroupEligibilitySchedule object." }, { "info": { "name": "Microsoft Graph Update the navigation property eligibilitySchedules in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property eligibilitySchedules in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property eligibilitySchedules for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" } ] }, "docs": "Microsoft Graph Delete navigation property eligibilitySchedules for identityGovernance" }, { "info": { "name": "Microsoft Graph Get group from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id/group", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the group that is the scope of the membership or ownership eligibility through PIM for Groups. Supports $expand." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id/group/serviceProvisioningErrors", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a group object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id/group/serviceProvisioningErrors/$count", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get principal from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/:privilegedAccessGroupEligibilitySchedule-id/principal", "params": [ { "name": "privilegedAccessGroupEligibilitySchedule-id", "value": "", "type": "path", "description": "The unique identifier of privilegedAccessGroupEligibilitySchedule" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "References the principal that's in the scope of this membership or ownership eligibility request to the group that's governed by PIM. Supports $expand." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve schedules of membership and ownership eligibility requests for the calling principal." } ] } ], "bundled": true }