ManagementOrganizationInformation
The declaration to configure the managing organization’s contact information.
Declaration
object ManagementOrganizationInformationProperties
| Name | Type | Description |
|---|---|---|
Email | string | The email address of the contact person for the organization. |
Name Required | string | The name of the organization. |
Proof | ManagementOrganizationInformationProofObject | The additional properties that verify the identity and authenticity of the organization. |
URL | string | The website of the organization to contact for support. |
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"
}
}