Click or drag to resize

AddUserDetailModel 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.ContractsAddUserDetailModel

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

The AddUserDetailModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleAccess Adds a AddUserAccess structure.
Public propertyCode exampleCustomFields Adds a list of AddUserCustomField structures.
Public propertyCode exampleProfile Adds a AddUserProfile structure.
Top
Remarks
This class is the model for adding the core meta data for a given user in the system. The AddUserDetailModel 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.AddUserInfo]
See Also