Get unifiedRoleEligibilitySchedule
Namespace: microsoft.graph
Retrieve the schedule for a role eligibility operation.
Permissions
One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Permission type | Permissions (from least to most privileged) |
---|---|
Delegated (work or school account) | RoleEligibilitySchedule.Read.Directory, RoleManagement.Read.Directory, RoleManagement.Read.All, RoleEligibilitySchedule.ReadWrite.Directory, RoleManagement.ReadWrite.Directory |
Delegated (personal Microsoft account) | Not supported |
Application | RoleManagement.Read.All, RoleManagement.Read.Directory, RoleManagement.ReadWrite.Directory |
HTTP request
GET /roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilityScheduleId}
Optional query parameters
This method supports the $select
and $expand
OData query parameters to help customize the response. For general information, see OData query parameters.
Request headers
Name | Description |
---|---|
Authorization | Bearer {token}. Required. |
Request body
Do not supply a request body for this method.
Response
If successful, this method returns a 200 OK
response code and an unifiedRoleEligibilitySchedule object in the response body.
Examples
Request
GET https://graph.microsoft.com/v1.0/roleManagement/directory/roleEligibilitySchedules/1f06eafc-7532-429b-abf1-ab5a5f4a7052
Response
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#roleManagement/directory/roleEligibilitySchedules/$entity",
"id": "1f06eafc-7532-429b-abf1-ab5a5f4a7052",
"principalId": "b2af90c6-279b-41f7-8e79-2f55d07af928",
"roleDefinitionId": "75934031-6c7e-415a-99d7-48dbd49e875e",
"directoryScopeId": "/",
"appScopeId": null,
"createdUsing": "1f06eafc-7532-429b-abf1-ab5a5f4a7052",
"createdDateTime": "2022-02-18T20:41:37.163Z",
"modifiedDateTime": null,
"status": "Provisioned",
"memberType": "Direct",
"scheduleInfo": {
"startDateTime": "2022-02-18T20:41:37.163Z",
"recurrence": null,
"expiration": {
"type": "noExpiration",
"endDateTime": null,
"duration": null
}
}
}
Feedback
Submit and view feedback for