Click or drag to resize

WSUserDetail Class

Web service class for working with users.
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserDetail

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

The WSUserDetail type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetUserDetail Returns a GetUserDetailOut response with a result model List<GetUserDetailModel>
Top
Remarks
Note  Note
Setup:
Manager > Employees
Configuration > Imports > New Employee Defaults

Business Rules:
The GetUserDetailModel contract is the main object for working with a user. The user is a primary connection for all activity in time-web. The term user and employee will sometimes be used interchangeably within the API documentation.
See Also