---
title: UserListResponse
framework: devicemanagement
role: symbol
role_heading: Device Management Command
path: devicemanagement/userlistresponse
---

# UserListResponse

A response from the device after it processes the command to get a list of users with active accounts on a device.

## Declaration

```data
object UserListResponse
```

## Properties

CommandUUID: The unique identifier of the command for this response. EnrollmentID: The per-enrollment identifier for the device. The system requires this value if the enrollment type is a user enrollment. Available: iOS 13+ | iPadOS 13+ | macOS 10.15+ EnrollmentUserID: The per-enrollment identifier for the user. The system requires this value if the enrollment type is a user enrollment on the user channel. Available: macOS 10.15+ ErrorChain: An array of dictionaries that describes any errors that occur. NotOnConsole: If true, the device isn’t on-console. Status: The status of the response, which is one of the following values: Acknowledged: The device processed the command successfully. Error: An error occurred. See the ErrorChain for more details. CommandFormatError: A protocol error occurred, which can result from a malformed command. Idle: The device is idle; there’s no status. NotNow: The device received the command, but can’t run it. UDID: The device’s UDID (unique device identifier). The system requires this value if the enrollment type is a device enrollment. UserID: For macOS, this value is the ID of the user. For Shared iPad, this value is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF to indicate that authentication doesn’t occur. UserLongName: The full name of the user. Available: macOS 10.13+ Users: An array of user dictionaries that contains information about the active accounts. UserShortName: For macOS, this value is the short name of the user. For Shared iPad, this value is the Managed Apple Account identifier of the user on Shared iPad. It indicates that the token is for the user channel.

## Topics

### Objects

- [UserListResponse.ErrorChainItem](devicemanagement/userlistresponse/errorchainitem.md)
- [UserListResponse.UsersItem](devicemanagement/userlistresponse/usersitem.md)

## See Also

### Commands and responses

- [UserListCommand](devicemanagement/userlistcommand.md)
