Click or drag to resize

UserProfileUserID Property

Gets the internal user ID

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int UserID { get; set; }

Property Value

Int32
Remarks
Gets the internal user ID . This value represents a unique ID of the user. The UserID is an internal auto generated number used to track users internal to the system, it represents the internal key of the user. The UserID is similar to the EmpIdentifier which is an external unique key of the user.

Note  Note
Setup:
Manager > Employees > Information Tab
Note  Note
The UserID should rarely ever be needed by third party systems. The value is exposed specifically for reporting.
Example
1252
See Also