Adding Users to Organizations
Users can be added to an
organization using the
Fuzzball organization add-member
subcommand. The example below adds user user2@example.com
as an
organization member.
$ fuzzball organization add-member user2@example.com
Member added with id: 333360aa-c5e4-40e0-8064-f6ac7aa012ab and email: user2@example.com
Users can be added to an organization as an organization owner using the Fuzzball organization
add-owner
subcomand. The example below adds user user3@example.com
as an organization owner.
$ fuzzball organization add-owner user3@example.com
Owner added with id: dc7b2584-9895-4d9d-8a49-c8b90f9d726b and email: user3@example.com
For more information on organization owner and member permissions, please refer to the roles and permissions page.