post
https://saner.secpod.com/AncorWebService/perform
This method allows you to update details of one or more accounts in Saner Server. It requires the name of accounts to be updated and all other details. Organization added via add account api previously will be fetched automatically and used and need not be explicitly mentioned in the request.
To update the account name itself, use the ‘newname’ attribute.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| name | Name of the account to be updated. | Yes | string |
| Email address for the account. | Yes | string | |
| newname | New account name (used to update the account name itself). | No | string |
