post
https://saner.secpod.com/AncorWebService/perform
This method lets you update the details of one or more users in the Saner Server. It requires the IDs of users and all other information to be updated. The key ‘role’ accepts the following values: ACCOUNTADMIN, ORGADMIN, and NORMAL.
| Key | Meaning | Mandatory | Data Type |
|---|---|---|---|
| id | ID of the user to be updated. | Yes | string |
| newid | New ID for the user (used to update login ID). | No | string |
| name | Name of the user. | No | string |
| UserGroup | User group for the user. | No | string |
| role | Role of the user (ACCOUNTADMIN, ORGADMIN, NORMAL). | No | string |
