Skip to main content
To get the of the currently signed in , use the useStytchOrganization hook. If the user is not signed in, the organization object will be null. In non-React environments, use the organization.getSync method to get the Organization.

Return Value

organization
object | null
The Organization of the currently signed in Member.
fromCache
boolean
Whether the Organization data is from persistent storage.