First try the doc to check delegatedAdminRelationships status.
after that check the doc to get the delegatedAdminRelationships
Hope that helps
Thanks
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, I keep getting 'An unexpected error occurred in the server.' using the following GDAP API call. I tried from Postman and Graph Explorer, and the issue still there:
GET https://graph.microsoft.com/beta/tenantRelationships/delegatedAdminRelationships
{
"error": {
"code": "unexpectedError",
"message": "An unexpected error occurred in the server.",
"innerError": {
"date": "2022-12-01T14:03:17",
"request-id": "0cd449f5-a90d-49cc-8a32-3f39083bdff1",
"client-request-id": "0cd449f5-a90d-49cc-8a32-3f39083bdff1"
}
}
}