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.

Available: iOS 9.3+ | iPadOS 9.3+

DataUsed Requiredinteger

The amount of data, in bytes, that the user has used.

Available: iOS 9.3+ | iPadOS 9.3+

FullName Requiredstring

The user’s full name.

Available: macOS 10.13+

HasDataToSync Requiredboolean

If true, the user has data to sync to the cloud.

Available: iOS 9.3+ | iPadOS 9.3+

HasSecureToken Requiredboolean

If true, the user currently has a secure token set.

Available: macOS 11+

IsLoggedIn Requiredboolean

If true, the user is currently logged in on the device.

MobileAccount Requiredboolean

If true, the account is a mobile account.

Available: macOS 10.13+

UID Requiredinteger

The user’s unique identifier.

Available: macOS 10.13+

UserGUID Requiredstring

The user’s GeneratedUID.

Available: macOS 10.13+

UserName Requiredstring

The user name for the account. In macOS, this is the short name of the user account.

See Also

Objects