In your Stytch project, each Organization represents a tenant in your application, typically 1:1 with one of your customers. An Organization contains one or more Members, which represent the users of your application.Documentation Index
Fetch the complete documentation index at: https://stytch.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Organizations
A tenant in your app, typically 1:1 with one of your customers.
Members
An individual end user within an Organization.
Overview
Organization management
Settings on the Organization object control how Members can authenticate (ie. forcing all Members to use OAuth), and how new Members can be provisioned (ie. allowing anyone with an@example.com email to join an Organization).
These settings are covered in more detail in the following guides:
Configure Auth Methods
Control which authentication methods can be used by Members of an Organization.
Invite Members
Invite new Members to an Organization via email invitation or JIT provisioning.
Admin Portal
Add UI to your application to allow end-users to manage their own Organizations and Members.