We have multiple servers and will have to many users/groups to manage the accounts or even the group permissions manually through the GUI so we are looking at using the API.
The problem I am seeing is thtat the "Orion.Accounts" table in SWQL Studio is marked as
Read: True
Create: False
Update: False
Delete: False
I tried to delete a SAML user from the table via the "DeleteAccount" verb and received an error.
We would rather not have to drop down to SQL to update the various group permissions but something doesn't seem right.
I ran the test as myself (I have admin access) and as the built-in admin and received the same error.
Anybody have suggestion or solution?
Account management via the UI works fine as does editing permissions in "Database Manager" on the server. Just does not appear to work via SWQL or API.
Any suggestions are appreciated.