Click or drag to resize

WSUserIPAccess Class

Web service class for working with IP restrictions
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserIPAccess

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

The WSUserIPAccess type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetUserIPAccess Returns a GetUserIPAccessOut response with a result model List<GetUserIPAccessModel>
Top
Remarks
Note  Note
Setup:
Manager > Employees > Policies
Configuration > Security > IP Access

Business Rules:
An IP Access Policy can be used to restrict users from accessing the system from non-approved networks. It can also be used to allow employees to access the system from home, but restrict their punching to approved networks. A user can only be assigned to IP access policy at a time.
See Also