Create an organization

Creates an Auth0 organization, enables the available connections, adds
the caller as a member, and creates the backing Organization custom
resource (which provisions the tenant namespace and seeds the catalog).
The name must be URL-safe and must not begin with org-.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Request body for creating an organization through the organizer. The
organizer decodes the body into Auth0's full Organization shape and
validates name; fields not listed below are forwarded to Auth0 as-is.

string
required

URL-safe organization name. Must not begin with org-.

string
branding
object
metadata
object

Arbitrary string key/value metadata stored on the organization.

Responses

400

Bad Request — the request body or parameters are invalid.

401

Unauthorized — no or invalid bearer token provided.

500

Internal Server Error — an upstream dependency (Auth0 or the cluster
API) returned an error.

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json