| ``accounts`` | required, array[object] |
A collection with accounts that should be created or changed.
If the account does not exist, it will be created. Otherwise it will be updated.
| [
{"account": "myAccount", "password": "myPassword", "disabled":true,"forcePasswordChange":true,"roles":["123"]},
{"account": "yourAccount", "password": "yourPassword", "disabled":true,"forcePasswordChange":true,"roles":["123"]}
] |
|