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

Support enabled_connections field in the CreateOrganization call #366

Closed
1 task done
alenkacz opened this issue Mar 8, 2024 · 2 comments
Closed
1 task done

Support enabled_connections field in the CreateOrganization call #366

alenkacz opened this issue Mar 8, 2024 · 2 comments
Assignees
Labels

Comments

@alenkacz
Copy link

alenkacz commented Mar 8, 2024

Checklist

Describe the problem you'd like to have solved

there's no possibility to pass in enabled connection to create organization call even though API supports it https://auth0.com/docs/api/management/v2/organizations/post-organizations

Describe the ideal solution

https://github.com/auth0/go-auth0/blob/main/management/organization.go#L10 organization will allow to specify these connections

Alternatives and current workarounds

alternative is to make an extra calls to auth0 api to add the connections but we're trying to limit the calls to auth0 because of the rate limits imposed

Additional context

No response

@developerkunal
Copy link
Contributor

Hi @alenkacz,

I'm pleased to inform you that we've successfully addressed the feature request you raised. Although the feature hasn't been released yet, your PR has been merged #394 . I wanted to express my gratitude for bringing it to our attention. Your contribution is greatly appreciated!

Thank you!

@developerkunal
Copy link
Contributor

Hi @alenkacz ,

The feature you requested has been released in version 1.6.0. Please take a look and let us know if you encounter any issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants