SpiraPlan: SoapService SOAP Web Service
See all operations
User_Create
Description
Creates a new user in the system and adds them to the current project as the specified role
Parameters
Type | Name | Required |
---|---|---|
RemoteCredentials? | credentials - The API credentials | |
RemoteUser? | remoteUser - The new user object (primary key will be empty) | |
string? | password - The new password for the user (leave empty if an LDAP user) | |
string? | passwordQuestion - The new password retrieval question for the user (leave empty if an LDAP user) | |
string? | passwordAnswer - The new password retrieval answer for the user (leave empty if an LDAP user) | |
int? | projectId - The id of the project (leave null to not add user to the current project) | |
int? | projectRoleId - The project role for the user (leave as null to not add user to current project) |
Return Value
RemoteUser - The populated user object - including the primary key