---
title: ManagementOrganizationInformation
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/managementorganizationinformation
---

# ManagementOrganizationInformation

The declaration to configure the managing organization’s contact information.

## Declaration

```data
object ManagementOrganizationInformation
```

## Properties

Email: The email address of the contact person for the organization. Name: The name of the organization. Proof: The additional properties that verify the identity and authenticity of the organization. URL: The website of the organization to contact for support.

## Discussion

Discussion Specify com.apple.management.organization-info as the declaration type. Management declaration example {     "Type": "com.apple.management.organization-info",     "Identifier": "EB13EE2B-5D63-4EBA-810F-5B81D07F5017",     "ServerToken": "E180CA9A-F089-4FA3-BBDF-94CC159C4AE8",     "Payload": {         "Name": "Example, Inc.",         "Email": "admin@example.com",         "URL": "https://site.example.com/support"     } }

## Topics

### Objects

- [ManagementOrganizationInformationProofObject](devicemanagement/managementorganizationinformationproofobject.md)

## See Also

### Management

- [ManagementProperties](devicemanagement/managementproperties.md)
- [ManagementServerCapabilities](devicemanagement/managementservercapabilities.md)
