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
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