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
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? 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