SoapService
Click here for a complete list of operations.
RemoteUser
Represents a user in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
Type | Name | Required |
---|---|---|
boolean | Active - Whether the user is active in the system | Yes |
boolean | Approved - Is this user approved by the system administrator | Yes |
string? | EmailAddress - The email address of the user | |
string? | FirstName - The first (given) name of the user | |
string? | FullName - The full name of the user concatenated (First + Middle + Last) | |
string? | LastName - The last name (surname) of the user | |
string? | LdapDn - The LDAP Distinguished Name for the user (null for non-LDAP users) ( Not currently used by the API ) | |
boolean | Locked - Is this user locked-out of their account | Yes |
string? | Login - The login used by the user | |
string? | MiddleInitial - The middle initials of the user | |
string? | RssToken - What is the RSS token for this user | |
long? | UserId - The id of the user |