RT::Users - Collection of RT::User objects
use RT::Users;
Returns the string that represents this Users object's primary "Principals" alias.
Only find items that haven't been disabled
Only find items that have been deleted.
Takes one argument. an email address. limits the returned set to that email address
takes one argument, a group's principal id. Limits the returned set to members of a given group
Limits to users who can be made members of ACLs and groups
Limits to unprivileged users only
find all users who the right Right for this group, either individually or as members of groups
If passed a queue object, with no id, it will find users who have that right for _any_ queue
Returns an empty new RT::User item
← Back to index