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.
Synopsis
$ fuzzball org member list [flags]
Filtering by Owner Status
By default, this returns everyone, both owners and regular members. Use --owner to list only
owners, or --owner=false to list only non-owners.
Examples
List all members (owners and non-owners) of your organization:
$ fuzzball org member list
List only the owners of the organization:
$ fuzzball org member list --owner
List only non-owner members:
$ fuzzball org member list --owner=false