Click or drag to resize

UpdateUserDetailModel Class

**BETA** This class is the model for adding the core meta data for a given user in the system
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsUpdateUserDetailModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class UpdateUserDetailModel

The UpdateUserDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyAccess Adds a UpdateUserAccess structure.
Public propertyCustomFields Adds a list of UpdateUserCustomField structures.
Public propertyProfile Adds a UpdateUserProfile structure.
Top
Remarks
This class is the model for adding the core meta data for a given user in the system. The UpdateUserDetailModel is grouped by various structures which help to organize the meta data into subsets. This grouping is closely aligned with how the user interface is laid out in the management dashboard.

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.
Example
For example code see [!:V2.Methods.WSUserDetail.UpdateUserInfo]
See Also