Click or drag to resize

WSUserGroups Class

Web service class for working with UserGroups details
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserGroups

Namespace: AppOne.Services.V2.Methods
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class WSUserGroups : BaseService

The WSUserGroups type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetUserGroups Returns a GetUserGroupsOut response with a result model List<GetUserGroupsModel>
Top
Remarks
This class contains all the necessary methods/operations for working with user UserGroups details.

Note  Note
Setup:
Manager > Employees > Policies Configuration > Security > UserGroups

Business Rules:
An Employee Group is a set of employees that can be used for a number of purposes in the system including reporting and filtering. A 'Managed Group' has a manager assigned to it creating a Manager - Employee relationship. Employees can be members of multiple non-managed groups, and one managed group.
See Also