Oracle® Business Intelligence Web Services Guide > Description of Services in Oracle BI Web Services > SecurityService Service >
renameAccount() Method
Use this method to change the name of a user account in the Presentation Catalog. Signature
Account[] getCatalogAccountsDatabase(AccountFilter accountFilter, String sessionID)
|
|
String from |
Specifies the old name of the account. |
String to |
Specifies a new name for the account. |
String sessionID |
Specifies the session ID, which is usually returned by the logon method. If the SOAP client engine can handle HTTP cookies, you can omit the session ID or set it to null. |
Returns
Returns an array of accounts. If accountsFilter returns a null value, this method returns all accounts cached by the current Presentation Services instance.
|