Hot to get Organisation Names while calling kinde_client.get_user_organizations() in Python SDK?
Hi Kinde Support team,
I am trying to get orgID and orgName when calling
This still gives me
I also checked in the Python Kinde SDK, and also found the get_user_organizations() function only returns
I am trying to get orgID and orgName when calling
kinde_client.get_user_organisation() in Python SDK by following the following documentation https://docs.kinde.com/developer-tools/sdks/backend/python-sdk/#organizations.This still gives me
org_codes only.I also checked in the Python Kinde SDK, and also found the get_user_organizations() function only returns
org_codes and does not include org_names.
