ImportExport


Click here for a complete list of operations.

User_Create

Description

Creates a new user (with profile) in the system and adds them to the specified roles

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)
ArrayOfstring? roles - The list of roles to add the user to

Return Value

RemoteUser - The populated user object - including the primary key