I have a script that iterates a list of Portal usernames, searches for them, and deletes the account. I THOUGHT if a user owned a group it would cause the delete user method to fail.
What I think happened when I ran my script was if the user owned a group, it went and unshared all the items in the group, deleted the group and then the user.
Am I crazy or is that how its supposed to work??