User
Information about a user is implemented in the User object. The attributes of the User object are:
Attribute
|
Description
|
---|---|
companyId |
A string of maximum length 10 containing the unique identifier of the company the user belongs to. |
|
A string of maximum length 50 containing the email address of the user. |
firstName |
A string of maximum length 30 containing the first name of the user. |
forcePwdReset |
A boolean value indicating if the user must change their password at the next login attempt. |
id |
A string of maximum length 10 that indicates the unique identifier for the user. |
lastName |
A string of maximum length 30 containing the last name of the user. |
lockedOut |
A boolean value indicating if the user is locked out. |
obeyDst |
A boolean value indicating if the user obeys daylight saving time. |
pagerEmail |
A string of maximum length 50 containing the pager email address of the user. |
qspInstance |
A character value representing the instance of the Portal the user belongs to. Valid values are: |
role |
A Role object containing information about the user's role. |
timeZone |
A TimeZone object containing information about the user's timezone settings. |
WSDL Definition
Here is how the User Information object is defined within the WSDL
|
Sample XML
Here is some sample XML that shows what the User Information object will look like in XML
|