website domains which are setup by api call get sys_perm_group = ru . Is it possible to set it up with "riud" that the customers can delete the websitedomains theirselves. Params like 'sys_perm_user' => 'riud', 'sys_perm_group' => 'riud', are ignored in the api call.
No, because we don't want to disable the complete client protection, just take control over individual permissions. Is there no way to control this within the API? Then it should be possible in the database directly, by interchanging ru/riud?
Setting it to riud allows users to do anything. What might working is setting it to rid in the database...