Contents

UserListResponse.UsersItem

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

Declaration

object UserListResponse.UsersItem

Properties

NameTypeDescription
DataQuota Requiredinteger

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 Requiredinteger

The amount of data, in bytes, that the user has used. This value is available in iOS 9.3 and later.

FullName Requiredstring

The user’s full name. This value is available in macOS 10.13 and later.

HasDataToSync Requiredboolean

If true, the user has data to sync to the cloud. This value is available in iOS 9.3 and later.

HasSecureToken Requiredboolean

If true, the user currently has a secure token set. This value is available in macOS 11 and later.

IsLoggedIn Requiredboolean

If true, the user is currently logged in on the device. This value is available in iOS 9.3 and later, and macOS 10.13 and later.

MobileAccount Requiredboolean

If true, the account is a mobile account. This value is available in macOS 10.13 and later.

UID Requiredinteger

The user’s unique identifier. This value is available in macOS 10.13 and later.

UserGUID Requiredstring

The user’s GeneratedUID. This value is available in macOS 10.13 and later.

UserName Requiredstring

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.

See Also

Objects