---
title: Accounts
framework: devicemanagement
role: symbol
role_heading: Device Management Profile
path: devicemanagement/accounts
---

# Accounts

The payload that configures guest accounts.

## Declaration

```data
object Accounts
```

## Properties

DisableGuestAccount: If true, the system disables the guest account. This property has no effect if EnableGuestAccount is true. EnableGuestAccount: If true, the system enables the guest account.

## Discussion

Discussion Specify com.apple.MCX as the payload type. Profile availability  |   |   |   |   |   |   |   |  Profile example <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict>     <key>PayloadContent</key>     <array>         <dict>             <key>EnableGuestAccount</key>             <true/>             <key>PayloadIdentifier</key>             <string>com.example.myaccountpayload</string>             <key>PayloadType</key>             <string>com.apple.MCX</string>             <key>PayloadUUID</key>             <string>5d4e377c-108c-44af-a46e-97a5aac1e270</string>             <key>PayloadVersion</key>             <integer>1</integer>         </dict>     </array>     <key>PayloadDisplayName</key>     <string>Accounts</string>     <key>PayloadIdentifier</key>     <string>com.example.myprofile</string>     <key>PayloadType</key>     <string>Configuration</string>     <key>PayloadUUID</key>     <string>8cd28a9d-625e-4056-bbd0-43617bb8efb7</string>     <key>PayloadVersion</key>     <integer>1</integer> </dict> </plist>

## See Also

### Accounts

- [CalDAV](devicemanagement/caldav.md)
- [CardDAV](devicemanagement/carddav.md)
- [GoogleAccount](devicemanagement/googleaccount.md)
- [LDAP](devicemanagement/ldap.md)
- [MobileAccounts](devicemanagement/mobileaccounts.md)
- [SubscribedCalendars](devicemanagement/subscribedcalendars.md)
