Skip to content

Latest commit

 

History

History
105 lines (80 loc) · 4.28 KB

privilegedaccessgroupassignmentschedulerequest-cancel.md

File metadata and controls

105 lines (80 loc) · 4.28 KB
title description author ms.localizationpriority ms.subservice doc_type
privilegedAccessGroupAssignmentScheduleRequest: cancel
Cancel an access assignment request to a group whose membership and ownership are governed by PIM.
ilyalushnikov
medium
entra-id-governance
apiPageType

privilegedAccessGroupAssignmentScheduleRequest: cancel

Namespace: microsoft.graph

Cancel an access assignment request to a group whose membership and ownership are governed by PIM.

[!INCLUDE national-cloud-support]

Permissions

Choose the permission or permissions marked as least privileged for this API. Use a higher privileged permission or permissions only if your app requires it. For details about delegated and application permissions, see Permission types. To learn more about these permissions, see the permissions reference.

[!INCLUDE permissions-table]

[!INCLUDE rbac-pim-groups-apis-write-assignmentschedulerequests]

HTTP request

POST /identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequestId}/cancel

Request headers

Name Description
Authorization Bearer {token}. Required. Learn more about authentication and authorization.

Request body

Don't supply a request body for this method.

Response

If successful, this action returns a 204 No Content response code.

Examples

Request

The following example shows a request.

POST https://graph.microsoft.com/v1.0/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/f4b57a8c-da56-4ae0-8aef-65c3a043dab4/cancel

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]

[!INCLUDE sample-code] [!INCLUDE sdk-documentation]


Response

The following example shows the response.

HTTP/1.1 204 No Content