| title | Get connectedOrganization |
|---|---|
| description | Retrieve the properties and relationships of a connectedorganization object. |
| author | markwahl-msft |
| ms.localizationpriority | medium |
| ms.subservice | entra-id-governance |
| doc_type | apiPageType |
| ms.date | 04/04/2024 |
Namespace: microsoft.graph
Retrieve the properties and relationships of a connectedOrganization object.
[!INCLUDE national-cloud-support]
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-identity-governance-read]
GET /identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganizationId}This method supports the $select OData query parameter to help customize the response. For example, to retrieve only the identity sources, add $select=identitySources. For general information, see OData query parameters.
| Name | Description |
|---|---|
| Authorization | Bearer {token}. Required. Learn more about authentication and authorization. |
Don't supply a request body for this method.
If successful, this method returns a 200 OK response code and a connectedOrganization object in the response body.
GET https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/connectedOrganizations/04e7fa5f-fa5f-04e7-5ffa-e7045ffae704[!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]
Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"id": "04e7fa5f-fa5f-04e7-5ffa-e7045ffae704",
"displayName": "Wingtip Toys",
"description": "Wingtip Toys",
"createdDateTime": "2020-05-13T15:18:04.81Z",
"modifiedDateTime": "2020-05-13T15:18:04.81Z",
"identitySources": [
{
"@odata.type": "microsoft.graph.azureActiveDirectoryTenant",
"displayName": "Wingtip Toys Co"
}
],
"state": "configured"
}