UserListResponse.UsersItem
A dictionary that contains information about an active account on a device.
Declaration
object UserListResponse.UsersItemProperties
| Name | Type | Description |
|---|---|---|
DataQuota Required | integer | 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 Required | integer | The amount of data, in bytes, that the user has used. Available: iOS 9.3+ | iPadOS 9.3+ |
FullName Required | string | The user’s full name. Available: macOS 10.13+ |
HasDataToSync Required | boolean | If Available: iOS 9.3+ | iPadOS 9.3+ |
HasSecureToken Required | boolean | If Available: macOS 11+ |
IsLoggedIn Required | boolean | If |
MobileAccount Required | boolean | If Available: macOS 10.13+ |
UID Required | integer | The user’s unique identifier. Available: macOS 10.13+ |
UserGUID Required | string | The user’s Available: macOS 10.13+ |
UserName Required | string | The user name for the account. In macOS, this is the short name of the user account. |