EnterpriseConfigurationsManager
October 31, 2025 ยท View on GitHub
Get enterprise configuration
Retrieves the configuration for an enterprise.
This operation is performed by calling function getEnterpriseConfigurationByIdV2025R0.
See the endpoint docs at API Reference.
try await adminClient.enterpriseConfigurations.getEnterpriseConfigurationByIdV2025R0(enterpriseId: enterpriseId, queryParams: GetEnterpriseConfigurationByIdV2025R0QueryParams(categories: ["user_settings", "content_and_sharing", "security", "shield"]))
Arguments
- enterpriseId
String- The ID of the enterprise. Example: "3442311"
- queryParams
GetEnterpriseConfigurationByIdV2025R0QueryParams- Query parameters of getEnterpriseConfigurationByIdV2025R0 method
- headers
GetEnterpriseConfigurationByIdV2025R0Headers- Headers of getEnterpriseConfigurationByIdV2025R0 method
Returns
This function returns a value of type EnterpriseConfigurationV2025R0.
Returns the enterprise configuration.