WSUser |
public class WSUserInfo : BaseService
The WSUserInfo type exposes the following members.
Name | Description | |
---|---|---|
UserInfoAdd | Adds a new UserInfoModel and returns UserInfoAddParamsOut | |
UserInfoDeleteByEmpIdentifier | **OBSOLETE** See V2 DeleteUser(DeleteUserIn) | |
UserInfoGetAll | **OBSOLETE** See V2 GetUserDetail(GetUserDetailIn) | |
UserInfoGetByEmpIdentifier | **OBSOLETE** See V2 GetUserDetail(GetUserDetailIn) | |
UserInfoGetPolicyDuration | Returns a UserInfoGetPolicyDurationOut response with a result model List<UserInfoGetPolicyDurationModel> | |
UserInfoInsert | Inserts a single UserInfoModel object | |
UserInfoInsertBatch | Adds or updates a List<UserInfoAddParamsOut> collection of users | |
UserInfoUpdateByEmpIdentifier | Updates the passed UserInfoModel object |
Note |
---|
Setup: Manager > Employees Configuration > Imports > New Employee Defaults Business Rules: The UserInfoBaseModel and UserInfoModel contracts are the main objects for working with a user. |