Navigation:  Integration via SOAP web services > Published web services > Administration >

newExternalUser

Previous  Top  Next

This method allows importing external users.

 

Java class

Request

web/wwwroot/ws/java/administration/importUserRequestType.java

Return

web/wwwroot/ws/java/administration/importUserResponseType.java

 

Request

ID #

Required

Description

NAME

X

User name.

PASSWORD

X

User password.

EMAIL

X

User e-mail address.

NMID

X

License ID #.

LANGUAGE

X

Enter the user language code, in accordance with the "Database Encoding" column of the Localization section, in the System Requirements document.

TELEPHONE

X

User phone #.

COMPANY

 

Name of the user's company

POSITION

 

Name of the user's position

DEPARTMENT

 

Name of the user's department

NRCONCURRENTLOGINS

 

Maximum number of simultaneous user connections.

OBSERVATION

 

Comments

 

Return

ID #

Description

Status

SUCCESS: SUCCESS

FAILURE: FAILURE

Detail

SUCCESS: Record successfully added.

FAILURE: Message regarding the error that occurred.

Code

SUCCESS: 1

FAILURE: Code regarding the error that occurred:

-1 - Unexpected error.

2 - Invalid license key.

3 - The maximum size for this field is 50.

4 - E-mail already registered or associated.

5 - Null user login.

6 - Null user ID #.

7 - Null user name.

8 - Null password.

9 - Null or inexistent language.

30 - Max. number of connections.