KindeK
Kinde2y ago
3 replies
LIFE

How to get organization name in React SDK

I've been using this code in an older project to retrieve organization name:
const { getClaim } = useKindeAuth();
const orgClaim = (getClaim("org_name")?.value as string) || "";


But in my newest project, the claim "org_name" is never present. Why is that?
are there other ways of fetching the organization name of the logged in user?
image.png
Was this page helpful?