IMPORTANT: Questionmark recommendeds using the Delivery Odata API (click here for documentation) for new integrations, not the QMWISe API. Although we currently continue to issue maintenance updates to this API to support customers with current QMWISe-based integrations, we are no longer adding new methods/functionality to QMWISe. 

CreateAdministratorWithPassword

Applies to the following products: 
Questionmark OnDemand
Questionmark Perception
Questionmark OnPremise
Applies to the following Perception versions: 
Perception 5.7

This method creates an administrator from the administrator information supplied. The administrator is created with the password as defined in the input parameters. The returned string consists of the Administrator ID of the new administrator. The information that must be provided is:

  • The administrator's name
  • The administrator's password
  • The administrator's profile

If the Administrator_Name does not already exist in the repository, the new administrator is created. If an administrator with the Administrator_Name given already exists, a SOAP fault message will be returned. The Profile_Name used has to be a valid value that already exists in the database. The Administrator_Name and Profile_Name share the same namespace in the Perception database.

Available in:
  • Version 4.3 + To use this method you must purchase an additional license for the SAP Connector.
  • Version 5.1 +

Parameters

Input name Description Data type Optional field?
Administrator_ID The ID of the administrator  

Y

Administrator_Name

The name of the administrator

String

N

First Name

The first name of the administrator

String

Y

Last Name

The last name of the administrator

String

Y

Department

The department of the administrator

String

Y

Password

The new administrator's password (must be at least 4 characters, and can not contain any special characters like <,>,#,' or ")

String

N

Profile_Name

The user profile record from which the new administrator's rights are inherited

String

Y

Authenticate_Ext

Reserved for future use

Integer

Y

Email

The new administrator's email address

String

N

URL

A URL for the new administrator (such as that of a homepage or picture)

String

Y

Response

Output name Description Data type

Administrator_ID

The Administrator_ID of the new administrator

String

Troubleshooting

Please refer to the following page for any error codes that are displayed when using this method.

Appendix - Error codes