Explore the full catalogue of Apple Mobile Device Management (MDM) and Declarative Device Management (DDM) policies for macOS and iOS. Use the interactive explorer to search, filter, and reference policy keys for use with Microsoft Intune, Jamf, or any standards-compliant MDM solution.
The payload that configures the names of the account user.
| Setting | Type | Required | Default | Manual Install | Supported OS |
|---|---|---|---|---|---|
PayloadIdentification PayloadIdentification Deprecated (macOS 15.4) The dictionary that contains details about the user. 7 subkeys | dictionary | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ UserName UserName Deprecated (macOS 15.4) The UNIX user name for the accounts. | string | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ FullName FullName Deprecated (macOS 15.4) The full name of the account. | string | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ EmailAddress EmailAddress Deprecated (macOS 15.4) The address for the account. | string | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ AuthMethod AuthMethod Deprecated (macOS 15.4) The authorization method. Either the profile contains the password or the user provides it. | string | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ Password Password Deprecated (macOS 15.4) The password for the account. Required when the `AuthMethod` is `Password`. | string | required | — | ✓Yes | macOS (10.7 - 15.4) |
└─ Prompt Prompt Deprecated (macOS 15.4) The custom instructions for the user, if needed. | string | optional | — | ✓Yes | macOS (10.7 - 15.4) |
└─ PromptMessage PromptMessage Deprecated (macOS 15.4) The additional descriptive text for the user prompt. | string | optional | — | ✓Yes | macOS (10.7 - 15.4) |