Removing members from organisations

Hello,

I can’t seem to find out how to remove a member from an org?

Thanks,
Matt

You can go to Sign In · Fly and choose your organization.

image

There should be a “Members” tab for organizations other than your personal one. Only admins can manage members of organizations.

You can also do that via CLI using fly orgs remove

$ fly orgs
Commands for managing Fly organizations. list, create, show and
destroy organizations.
Organization admins can also invite or remove users from Organizations.

Usage:
  flyctl orgs [command]

Available Commands:
  create      Create an organization
  delete      Delete an organization
  invite      Invite user (by email) to organization
  list        Lists organizations for current user
  remove      Remove a user from an organization
  show        Show information about an organization

Flags:
  -h, --help   help for orgs

Global Flags:
  -t, --access-token string   Fly API Access Token
  -j, --json                  json output
      --verbose               verbose output

Use "flyctl orgs [command] --help" for more information about a command

Can there be two ord admins - we asked our clients to set up the account for billing, but we manage the service for them - and I need to be able to add/remove members

it is possible. On our new dashboard you can quite easily do that, go to the Team tab as an admin and promote other user to admin.