How do you invite people to an organization?

Maybe I’m daft, but I could not figure out how to add someone to an org. The CLI says ‘not implemented’ and I couldn’t find anything on the dashboard:

$ fly orgs invite
Error Invite Not implemented

I ended up getting this to work via the GraphQL playground :laughing:

You can invite people to non-personal organizations via our UI:

Account → Organizations → Select the org → Members → Invite

GraphQL works too, looks like you figured it out!

Thanks - the issue was trying to invite someone to a personal org.

1 Like

FWIW it was possible to invite to a personal org via Graphql!

Oof thanks for letting us know about these issues. I’m not sure why commands are there if they aren’t implemented :man_facepalming: I’ll take a look and get those fixed.