Retrieves the configuration for an enterprise.
This operation is performed by calling function getEnterpriseConfigurationByIdV2025R0.
See the endpoint docs at API Reference.
await adminClient.enterpriseConfigurations.getEnterpriseConfigurationByIdV2025R0(
enterpriseId,
{
categories: ['user_settings', 'content_and_sharing', 'security', 'shield'],
} satisfies GetEnterpriseConfigurationByIdV2025R0QueryParams,
);- enterpriseId
string- The ID of the enterprise. Example: "3442311"
- queryParams
GetEnterpriseConfigurationByIdV2025R0QueryParams- Query parameters of getEnterpriseConfigurationByIdV2025R0 method
- optionalsInput
GetEnterpriseConfigurationByIdV2025R0OptionalsInput
This function returns a value of type EnterpriseConfigurationV2025R0.
Returns the enterprise configuration.