Click or drag to resize

UserPolicyGroupsManager Property

Gets a list of the groups that this user is a manager of.

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<string> Manager { get; set; }

Property Value

ListString
Remarks
Gets a list of the groups that this employee is a manager of. A user can manage multiple groups.

Note  Note
Setup:
Manager > Employees > Policies Tab
Configuration > Security > Employee Groups
Note  Note
If 'Management Hierarchy' is enabled, then the manger of each group will automatically have access to all the employees/groups under them on the organizational chart.
See Also