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 |
| 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) | |
| MiddleInitial | string? | The middle initials of the user | |
| Password | string? | The password used by the user (null for LDAP users) | |
| UserId | int? | The id of the user | |
| UserName | string? | The login used by the user |