List operations
Namespace: microsoft.graph
Get a list of the delegatedAdminRelationshipOperation objects and their properties.
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) | DelegatedAdminRelationship.Read.All, DelegatedAdminRelationship.ReadWrite.All |
Delegated (personal Microsoft account) | Not supported. |
Application | Not supported. |
HTTP request
GET /tenantRelationships/delegatedAdminRelationships/{delegatedAdminRelationshipId}/operations
Optional query parameters
This method supports the $expand
, $select
, $filter
, $top
, $count
, and $skipToken
OData query parameters to help customize the response.
$top
supports up to 300 objects.
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 a collection of delegatedAdminRelationshipOperation objects in the response body.
Examples
Request
GET https://graph.microsoft.com/v1.0/tenantRelationships/delegatedAdminRelationships/5d027261-d21f-4aa9-b7db-7fa1f56fb163-8777b240-c6f0-4469-9e98-a3205431b836/operations
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/tenantRelationships/$metadata#operations",
"value": [
{
"@odata.type": "#microsoft.graph.delegatedAdminRelationshipOperation",
"@odata.etag": "W/\"JyIwMzAwZTM0ZS0wMDAwLTAyMDAtMDAwMC02MTRjZjI1YzAwMDAiJw==\"",
"id": "e7de9158-df46-478e-820c-d6eff099d27b",
"operationType": "delegatedAdminAccessAssignmentUpdate",
"data": "{\"id\":\"a97a9b4c-f43e-4c47-bbd6-50d8d3c88d94\",\"accessContainer\":{\"accessContainerId\":\"11cc3849-c298-455f-9a11-b7be350ef352\",\"accessContainerType\":\"securityGroup\"},\"accessDetails\":{\"unifiedRoles\":[{\"roleDefinitionId\":\"f2ef992c-3afb-46b9-b7cf-a126ee74c451\"},{\"roleDefinitionId\":\"62e90394-69f5-4237-9190-012177145e10\"}]},\"status\":\"active\"}",
"status": "succeeded",
"createdDateTime": "2022-02-09T22:17:43.9821847Z",
"lastModifiedDateTime": "2022-02-09T22:17:43.9821847Z"
},
{
"@odata.type": "#microsoft.graph.delegatedAdminRelationshipOperation",
"@odata.etag": "W/\"JyIwMzAwZTM0ZS0wMKMh5TAyMDAtMDAwMC02MTRjZjI1YzAwMDAiJw==\"",
"id": "f7a7dad4-8cc4-40d7-be44-dd3501b1f4e0",
"operationType": "delegatedAdminAccessAssignmentUpdate",
"data": "{\"id\":\"a97a9b4c-f43e-4c47-bbd6-50d8d3c88d94\",\"accessContainer\":{\"accessContainerId\":\"8d56bce3-440f-4b4f-b5c2-cc0bcbd0199c\",\"accessContainerType\":\"securityGroup\"},\"accessDetails\":{\"unifiedRoles\":[{\"roleDefinitionId\":\"29232cdf-9323-42fd-ade2-1d097af3e4de\"},{\"roleDefinitionId\":\"88d8e3e3-8f55-4a1e-953a-9b9898b8876b\"}]},\"status\":\"active\"}",
"status": "succeeded",
"createdDateTime": "2022-02-11T20:32:05.4659288Z",
"lastModifiedDateTime": "2022-02-11T20:34:42.9202474Z"
}
]
}
Feedback
Submit and view feedback for