SpiraPlan: ImportExport SOAP Web Service
See all operations
RemoteUser
Represents a single User in the system
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
Active | boolean | Whether the user is active in the system | Yes |
Admin | boolean | Whether the user is a system administrator | Yes |
Approved | boolean | Is this user approved by the system administrator | Yes |
Department | string? | The department of the user | |
EmailAddress | string? | The email address of the user | |
FirstName | string? | The first (given) name of the user | |
FullName | string? | The full name of the user concatenated (First + Middle + Last) | |
LastName | string? | The last name (surname) of the user | |
LdapDn | string? | The LDAP Distinguished Name for the user (null for non-LDAP users) | |
Locked | boolean | Is this user locked-out of their account | Yes |
MiddleInitial | string? | The middle initials of the user | |
RssToken | string? | This is the RSS token for this user ( For security reasons, you have to access the API as a system administrator to retrieve this field ) | |
UserId | int? | The id of the user | |
UserName | string? | The login used by the user |