Wraps Stytch's create Organization via discovery endpoint. This method will fail if there is no intermediate session token present.
Intermediate session tokens are generated upon successful calls to primary authenticate methods in the case where MFA is required, such as email magic link authenticate or upon successful calls to discovery authenticate methods, such as email magic link discovery authenticate.
The Member created by this endpoint will automatically be granted the stytch_admin Role. See the RBAC guide for more details on this Role.
If this method succeeds and the Member is not required to complete MFA, the Member will be logged in, granted an active session, and the session data will be persisted on device.
If this method succeeds and MFA is required, the intermediate session token will be persisted on device.
You can listen for successful login events anywhere in the codebase with the stytch.session.onChange() method or useStytchMemberSession hook.
To call this method, Create Organizations must be enabled in the SDK Configuration page of the Stytch dashboard.