Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manage organization invitations #490

Open
jmisur opened this issue Sep 21, 2022 · 1 comment
Open

Manage organization invitations #490

jmisur opened this issue Sep 21, 2022 · 1 comment
Labels
feature request A feature has been asked for or suggested by the community

Comments

@jmisur
Copy link

jmisur commented Sep 21, 2022

Describe the problem you'd like to have solved

I would like to list organization invitations and ability to invite a user to an organization

Describe the ideal solution

I can execute something like this:

  • auth0 orgs invitations list
  • auth0 orgs invitations create --inviter <my-name> --invitee <email> --clientid <my-app-id> --connectionid <conn-id>

Alternatives and current work-arounds

There is no alternative except using auth0 management api directly afaik.

@sergiught sergiught added the feature request A feature has been asked for or suggested by the community label Oct 10, 2022
@sergiught
Copy link
Contributor

Hey @jmisur 👋🏻 ,

We recently added a new command 🧰 auth0 api <method> <url-path> [flags] that is able to make authenticated requests against the management API (https://auth0.com/docs/api/management/v2).

:octocat: This command is available with https://github.com/auth0/auth0-cli/releases/tag/v0.13.0.

📖 Docs for this command: https://auth0.github.io/auth0-cli/auth0_api.html

Although it doesn't offer first class support for managing organization invitations, you could use it as an alternative until we have a more dedicated command for this.

Feedback is much appreciate for this new command 🙏🏻 Let us know if you encounter any issues with it.

We'll keep this issue open however until we are able to add a dedicated first class command to manage org invitations.

Thanks for your patience! ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

2 participants