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. This value is available in iOS 9.3 and later. |
DataUsed Required | integer | The amount of data, in bytes, that the user has used. This value is available in iOS 9.3 and later. |
FullName Required | string | The user’s full name. This value is available in macOS 10.13 and later. |
HasDataToSync Required | boolean | If |
HasSecureToken Required | boolean | If |
IsLoggedIn Required | boolean | If |
MobileAccount Required | boolean | If |
UID Required | integer | The user’s unique identifier. This value is available in macOS 10.13 and later. |
UserGUID Required | string | The user’s |
UserName Required | string | The user name for the account. In macOS, this is the short name of the user account. This value is available in iOS 9.3 and later, and macOS 10.13 and later. |