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.
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.

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.