CreateAdministrator
This method creates an administrator from the administrator information supplied and returns the Administrator ID of the new administrator. The only 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.
Parameters
Input name | Description | Data type | Optional field? |
---|---|---|---|
Administrator_ID | The ID for the administrator | String |
Y |
Administrator_Name |
The login name of the new administrator |
N |
|
Password |
The new administrator's password |
N |
|
Profile_Name |
The user profile record from which the new administrator's rights are inherited |
String |
Y |
Authentication_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 |
Integer |
Troubleshooting
Please refer to the following page for any error codes that are displayed when using this method.