Click or drag to resize

WSUserBasic Class

Web service class for working with UserBasic details
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2BaseService
    AppOne.Services.V2.MethodsWSUserBasic

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

The WSUserBasic type exposes the following members.

Methods
 NameDescription
Public methodCode exampleGetUserBasic Returns a GetUserBasicOut response with a result model List<GetUserBasicModel>
Top
Remarks
This class contains all the necessary methods/operations for working with user UserBasic details.

Note  Note
Setup:
Configuration > User > Setup

Business Rules:
This model is a light-weight user view. For detailed user information see the GetUserDetail(GetUserDetailIn) call.
See Also