Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.17 KB

File metadata and controls

37 lines (25 loc) · 1.17 KB

EnterpriseConfigurationsManager

Get enterprise configuration

Retrieves the configuration for an enterprise.

This operation is performed by calling function get_enterprise_configuration_by_id_v2025_r0.

See the endpoint docs at API Reference.

admin_client.enterprise_configurations.get_enterprise_configuration_by_id_v2025_r0(
    enterprise_id, ["user_settings", "content_and_sharing", "security", "shield"]
)

Arguments

  • enterprise_id str
    • The ID of the enterprise. Example: "3442311"
  • categories List[str]
    • A comma-separated list of the enterprise configuration categories. Allowed values: security, content_and_sharing, user_settings, shield.
  • box_version BoxVersionHeaderV2025R0
    • Version header.
  • extra_headers Optional[Dict[str, Optional[str]]]
    • Extra headers that will be included in the HTTP request.

Returns

This function returns a value of type EnterpriseConfigurationV2025R0.

Returns the enterprise configuration.