Listing Organization Members
You can list the members of a Fuzzball organization using the CLI fuzzball org member list
command. Organization members and their owner status can also be viewed through the Web UI.
$ fuzzball org member list [flags]By default, this returns everyone, both owners and regular members. Use --owner to list only
owners, or --owner=false to list only non-owners.
List all members (owners and non-owners) of your organization:
$ fuzzball org member listList only the owners of the organization:
$ fuzzball org member list --ownerList only non-owner members:
$ fuzzball org member list --owner=false