You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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!
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
The text was updated successfully, but these errors were encountered: