CreateAdministratorWithPassword
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:
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.
- 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 |
|
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.