ID
globally unique identifier
Required on Update
ID of the given individual. |
SiteID
globally unique identifier
ReadOnly
ID of the site for the given individual. |
IsAdmin
boolean
Administrator setting for the given individual. |
UserID
globally unique identifier
ReadOnly
User ID of the given individual. |
Prefix
string
Prefix of the given individual's name. (Max length 25 characters) |
Suffix
string
Suffix of the given individual's name. (Max length 25 characters) |
FirstName
string
Required
First name of the given individual. (Max length 50 characters) |
LastName
string
Required
Last name of the given individual. (Max length 50 characters) |
UserDefined1
string
User defined field one. (Max length 255 characters) |
UserDefined2
string
User defined field two. (Max length 255 characters) |
UserDefined3
string
User defined field three. (Max length 255 characters) |
UserDefined4
string
User defined field four. (Max length 255 characters) |
Email
string
Required on Create
Email address of the given individual. (Max length 255 characters) |
PrimaryOrganizationID
globally unique identifier
Required on Create
ID of the primary organization of the given individual. |
PrimaryTitle
string
Required on Create
Title of the given individual. (Max length 255 characters) |
PrimaryReportsTo
globally unique identifier
Required on Create
ID of the primary reports to person for the given individual. |
UserName
string
Required
User name of the given individual. (Max length 255 characters) |
Password
string
Password of the given individual(Used for create and update). (This varible has been Deprecated and may be removed at a later date.) |
ParentID
globally unique identifier
Required on Create
Deprecated, this is no longer used and is always null. |
PrimaryOrganizationName
string
ReadOnly
Name of the primary organization for the given individual. |
FullName
string
ReadOnly
Full name of the given individual. |
FormalName
string
ReadOnly
Formal name of the given individual. |
FullOrderedName
string
ReadOnly
Full ordered name of the given individual. |
Deleted
boolean
ReadOnly
Deleted status of the given individual. |
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the given individual. |
Created
date
ReadOnly
Date the given individual was created. |
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the given individual. |
Updated
date
ReadOnly
Date the given individual was last updated. |
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that last updated the given individual. |
IsGlobalAdmin
boolean
ReadOnly
Global administrator setting for the given individual. |
UserEmail
string
Required on Create
User email address of the given individual. (This varible has been Deprecated and may be removed at a later date.) |
LastComment
string
ReadOnly
Body of the most recent comment for the given individual. |
LastCommentDate
date
ReadOnly
Date of the most recent comment for the given individual. |
LastCommentByID
globally unique identifier
ReadOnly
ID of the individual who created the most recent comment for the given individual. |
LastCommentBy
string
ReadOnly
Name of the individual who created the most recent comment for the given individual. |
CanRead
boolean
ReadOnly
Read security setting for the individual based on the current logged in user. |
CanUpdate
boolean
ReadOnly
Update security setting for the individual based on the current logged in user. |
CanDelete
boolean
ReadOnly
Delete security setting for the individual based on the current logged in user. |
CanDelegate
boolean
ReadOnly
Delegate security setting for the individual based on the current logged in user. |
SendEvalSurvey
boolean
ReadOnly
Send Individual Evaluation Surveys |
HireDate
date
Date the given Individual was hired. |