RT 3.8.17 Documentation
RT::Users Overlay
- NAME
- SYNOPSIS
- DESCRIPTION
- METHODS
- PrincipalsAlias
- LimitToEnabled
- LimitToDeleted
- LimitToEmail
- MemberOfGroup PRINCIPAL_ID
- LimitToPrivileged
- WhoHaveRight { Right => 'name', Object => $rt_object , IncludeSuperusers => undef, IncludeSubgroupMembers => undef, IncludeSystemRights => undef, EquivObjects => [ ] }
- WhoBelongToGroups { Groups => ARRAYREF, IncludeSubgroupMembers => 1 }
NAME
RT::Users - Collection of RT::User objects
SYNOPSIS
use RT::Users;
DESCRIPTION
METHODS
PrincipalsAlias
Returns the string that represents this Users object's primary "Principals" alias.
LimitToEnabled
Only find items that haven\'t been disabled
LimitToDeleted
Only find items that have been deleted.
LimitToEmail
Takes one argument. an email address. limits the returned set to that email address
MemberOfGroup PRINCIPAL_ID
takes one argument, a group's principal id. Limits the returned set to members of a given group
LimitToPrivileged
Limits to users who can be made members of ACLs and groups
WhoHaveRight { Right => 'name', Object => $rt_object , IncludeSuperusers => undef, IncludeSubgroupMembers => undef, IncludeSystemRights => undef, EquivObjects => [ ] }
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