Kinde Management API is_auto_membership_enabled
Hi Kinde team, going through the management API, I have noticed for the Update Organization API, it says:
But for the Create Organization API, I do not see a similar warning. Instead, I still see
is_allow_registrations
and no mention of is_auto_membership_enabled
. Which one do you suggest I use when using these API's ?
Thanks heaps.1 Reply
Hi, Thanks for reaching out.
Given this APIs and the explicit deprecation warning in the Update API: 1. For new implementations, use
Regarding the API,
For now, the recommended approach is to continue using
Thanks!
Given this APIs and the explicit deprecation warning in the Update API: 1. For new implementations, use
is_auto_membership_enabled
when updating organizations to future-proof your code.
2. For creating organizations, since is_auto_membership_enabled
is not documented in the create endpoint, you should continue using is_allow_registrations
until the documentation is updated.
In the meantime, I’ll check with the team for any updates and let you know as soon as possible.
Thanks
Hello, AgainRegarding the API,
For now, the recommended approach is to continue using
is_allow_registrations
.
Support for is_auto_membership_enabled
in both Create and Update operations has been added to the backlog. I’ll let you know as soon as it’s updated.
Please let me know if there’s anything else I can assist you with.Thanks!