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

# UserListResponse.UsersItem

A dictionary that contains information about an active account on a device.

## Declaration

```data
object UserListResponse.UsersItem
```

## Properties

DataQuota: If present, the user’s data quota in bytes. This isn’t present if the account doesn’t enforce a quota. Available: iOS 9.3+ | iPadOS 9.3+ DataUsed: The amount of data, in bytes, that the user has used. Available: iOS 9.3+ | iPadOS 9.3+ FullName: The user’s full name. Available: macOS 10.13+ HasDataToSync: If true, the user has data to sync to the cloud. Available: iOS 9.3+ | iPadOS 9.3+ HasSecureToken: If true, the user currently has a secure token set. Available: macOS 11+ IsLoggedIn: If true, the user is currently logged in on the device. MobileAccount: If true, the account is a mobile account. Available: macOS 10.13+ UID: The user’s unique identifier. Available: macOS 10.13+ UserGUID: The user’s GeneratedUID. Available: macOS 10.13+ UserName: The user name for the account. In macOS, this is the short name of the user account.

## See Also

### Objects

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