Users Members

These members are collection of Enterprise users.

Functions

Name Description
Add Add a standard (non-integrated) user into the collection. Return value: User.
AddEx Add a new User into the collection, and return a new User object (with audit log explanation). Return value: Variant.
AddIntegrated Adds one or more Windows DOMAIN/usernames users to system, optionally synchronizing with Enterprise group.
Remove Removes (deletes) the specified user from the collection.
RemoveEx Removes (deletes) the specified user from the collection (with audit log explanation).

Properties

Name Description
Count Returns the number of users in the collection. Return value: Integer. This property is read only.
Item Returns the specified user from the collection. Return value: User. This property is read only.
ItemByID Returns the specified user when passed the user ID. Return value: User. This property is read only.
SystemUser Returns the SYSTEM user. Return value: User. This property is read only.