Organizations in Tesseral
Each organization represents a unique company (or similar entity) that uses your software
What is an Organization?
If you make B2B SaaS, your customers are companies — or similar entities, such as schools or nonprofits. Each Organization in Tesseral represents one such company.
For example, if both AcmeCorp and Foobar LLC are your customers, then you should have an Organization for AcmeCorp and another for Foobar LLC. In most cases, each business that uses your software should correspond to exactly one Organization.
Tesseral is designed for use in business software. It therefore imposes tenancy boundaries at the Organization level. Put differently, each Organization is a first-class tenant. Learn more about multitenancy in Tesseral here.
Organizations may contain any number of Users. Users always belong to exactly one Organization. Users cannot exist outside of an Organization. Learn more about Tesseral Users here.

Properties of Organizations
Organizations directly relate to the following Tesseral concepts:
Organizations have the following top level properties:
- ID
- Display name
- Create time
- Update time
- Log in with Google
- Log in with Microsoft
- Log in with email
- Log in with password
- Log in with SAML
- Log in with authenticator app
- Log in with passkey
- Require MFA
- SCIM enabled
Related concepts
Organizations and Projects
Each Organization belongs to exactly one Project. To understand in more detail how Organizations relate to Projects, reference the documentation for Projects here.
Organizations and Users
An Organization corresponds to a company. A User corresponds to a specific person within a company.
For example, suppose you have AcmeCorp as a customer. You will have an Organization in Tesseral that corresponds to AcmeCorp. If AcmeCorp has an employee named John Doe that uses your product, you will have a User that corresponds to John Doe. This User record will belong to the AcmeCorp Organization.
Each User always belongs to exactly one Organization. An Organization may contain any number of Users. A User cannot exist outside of an Organization. A User cannot be moved into a new Organization.
Learn more about Users here.
Organizations and User Invites
User Invites exist to support adding new Users to an Organization. A User Invite represents an invitation for someone to join a given Organization.
Organizations may have any number of User Invites.
Learn more about User Invites here.
Organizations and SAML Connections
SAML Connections exist to support SAML single sign-on. They contain all configuration settings for a given trust relationship with an identity provider. If you wish to configure SAML SSO for one of your customers, you must create a SAML Connection within that customer’s Organization.
Organizations may have any number of SAML Connections.
Learn more about SAML Connections here.
Organizations and SCIM API Keys
SCIM API Keys exist to support SCIM provisioning. They enable a specific kind of trust relationship with an identity provider. If you wish to configure SCIM for one of your customers, you must create a SCIM API Key within that customer’s Organization.
Organizations may have any number of SCIM API Keys.
Learn more about SCIM API Keys here.
Top-level properties of Organizations
ID
Each Organization record has a universally unique identifier in Tesseral called id
. This identifier always starts with the prefix org_
. For example, org_c07mn4m95d0y443zarb4oq0zl
is an id
for an Organization in Tesseral.
Display name
Each Organization record may have a display name, identified in the Backend API as displayName
. This is a string that may not be unique. If you have a customer colloqiually known as AcmeCorp, you will likely want to set the corresponding Organization’s display name as “AcmeCorp.”
Create time
Identified in the Backend API as createTime
, this field simply represents the timestamp from when the Organization record was created.
Update time
Identified in the Backend API as updateTime
, this field represents the timestamp from the last change to the Organization record’s properties.
Log in with Google
Identified in the Backend API as logInWithGoogle
, this boolean field represents whether Login with Google is enabled for the Organization.
Log in with Microsoft
Identified in the Backend API as logInWithMicrosoft
, this boolean field represents whether Login with Microsoft is enabled for the Organization.
Log in with email
Identified in the Backend API as logInWithEmail
, this boolean field represents whether logging in with email is enabled for the Organization.
Log in with password
Identified in the Backend API as logInWithPassword
, this boolean field represents whether logging in with passwords is enabled for the Organization.
Log in with SAML
Identified in the Backend API as logInWithSaml
, this boolean field represents whether logging in with SAML single sign-on is enabled for the Organization.
Log in with authenticator app
Identified in the Backend API as logInWithAuthenticatorApp
, this boolean field represents whether logging in with an authenticator app as a secondary factor is enabled for the Organization.
Log in with passkey
Identified in the Backend API as logInWithPasskey
, this boolean field represents whether logging in with passkey as a secondary factor is enabled for the Organization.
Require MFA
Identified in the Backend API as requireMFA
, this boolean field represents whether Users within the Organization must use multifactor authentication to sign in.
SCIM enabled
Identified in the Backend API as scimEnabled
, this boolean field represents whether SCIM provisioning is enabled for the Organization.