Skip to content

Latest commit

 

History

History
158 lines (117 loc) · 5.89 KB

File metadata and controls

158 lines (117 loc) · 5.89 KB
title Get accessPackageAssignmentRequest
description Retrieve the properties and relationships of an accessPackageAssignmentRequest object.
ms.localizationpriority medium
author markwahl-msft
ms.subservice entra-id-governance
doc_type apiPageType
ms.date 11/06/2024

Get accessPackageAssignmentRequest

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

In Microsoft Entra entitlement management, retrieve the properties and relationships of an accessPackageAssignmentRequest object.

[!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-entitlement-catalog-reader]

HTTP request

Note

The /accessPackageAssignmentRequests path will be retired soon. Use the /assignmentRequests path instead.

GET /identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequestId}
GET /identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{id}

Optional query parameters

This method supports the $expand OData query parameter to expand the relationships, to retrieve the accessPackage, requestor and acccessPackageAssignment. For example, to retrieve the target of the access package assignment, include $expand=accessPackageAssignment($expand=target) in the query. For general information, see OData query parameters.

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 method returns a 200 OK response code and the requested accessPackageAssignmentRequest object in the response body.

Examples

Request

The following example shows a request.

GET https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{id}

[!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.

Note: The response object shown here might be shortened for readability.

HTTP/1.1 200 OK
Content-type: application/json

{
    "id": "c0cfd117-f90e-4f48-8226-e282a2ae752c",
    "requestType": "UserAdd",
    "requestState": "delivered",
    "requestStatus": "Delivered",
    "createdDateTime": "2022-01-07T00:51:12.817Z",
    "completedDate": "2022-01-07T00:53:15.127Z",
    "schedule": {
        "startDateTime": null,
        "recurrence": null,
        "expiration": {
            "endDateTime": null,
            "duration": null,
            "type": "notSpecified"
        }
    },
    "customExtensionCalloutInstances": [
        {
            "status": "callbackReceived",
            "externalCorrelationId": "08585600902100964604743022906CU13",
            "customExtensionId": "e59ef33d-7bc4-4b15-8d3c-01153de8a498",
            "id": "3C49CE50-E02C-4254-81E6-834328DF72DC",
            "detail": "Request has been allowed"
        }
    ]
}