MicrosoftGraphClient.getOrganization()
Home > @backstage/plugin-catalog-backend-module-msgraph > MicrosoftGraphClient > getOrganization
Get Organization from Graph API
Signature:
getOrganization(tenantId: string): Promise<MicrosoftGraph.Organization>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
tenantId |
string |
The unique identifier for the |
Promise<MicrosoftGraph.Organization>