CreateAdministratorChangePasswordAtLogin
This method creates an administrator from the administrator information supplied. The administrator is created with the password as defined in the input parameters. However, the administrator must supply a new password when they log in to Enterprise Manager for the first time.
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.
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 |
Password |
The new administrator's password |
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 |
Integer |
Troubleshooting
Please refer to the following page for any error codes that are displayed when using this method.