Identity v3
Add user to group
os group add user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
New in version 3.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
New in version 3.
Group to contain <user> (name or ID)
User to add to <group> (name or ID)
Check user membership in group
os group contains user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
New in version 3.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
New in version 3.
Group to check (name or ID)
User to check (name or ID)
Create new group
os group create
[--domain <domain>]
[--description <description>]
[--or-show]
<group-name>
Domain to contain new group (name or ID)
New group description
Return existing group
If the group already exists, return the existing group data and do not fail.
New group name
Delete group
os group delete
[--domain <domain>]
<group> [<group> ...]
Domain containing group(s) (name or ID)
Group(s) to delete (name or ID)
List groups
os group list
[--domain <domain>]
[--user <user> [--user-domain <user-domain>]]
[--long]
Filter group list by <domain> (name or ID)
Filter group list by <user> (name or ID)
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
New in version 3.
List additional fields in output
Remove user from group
os group remove user
[--group-domain <group-domain>]
[--user-domain <user-domain>]
<group>
<user>
Domain the group belongs to (name or ID). This can be used in case collisions between group names exist.
New in version 3.
Domain the user belongs to (name or ID). This can be used in case collisions between user names exist.
New in version 3.
Group containing <user> (name or ID)
User to remove from <group> (name or ID)