Resolved! [API/Ansible] Manipulating users and groups
Hello,
Is there an available API call (XML or REST) or Ansible command that can be used to:
1) create a user group
2) add an existing user to the newly created group
I looked through the API docs and Ansible collection docs, but wasn't able to find any
...