How to delete NON editable users / undefined users via service ?
Hi,
I was working on user creation script. few users has been created by non editable mode. I am able to see those users via GetAllEntities() not in composer,
Also, i found a way to see users in composer by creating one service to add users in particular usergroup after adding them I am able to see added(non editable) users in that usergroup.
In Usergroup if i click and delete user nothing happens,if I try to change property I get you can't delete non editable users.
Now I added 10+ undefined users in that group. Now, I need to remove the users from my instance.. I tried via deleteuser service but users are not deleted and still I am able to see them via GetAllEntities()...

