Auth0 · Schema

CreateOrganizationInvitationRequestContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
inviter object
invitee object
client_id string Auth0 client ID. Used to resolve the application's login initiation endpoint.
connection_id string The id of the connection to force invitee to authenticate with.
app_metadata object
user_metadata object
ttl_sec integer Number of seconds for which the invitation is valid before expiration. If unspecified or set to 0, this value defaults to 604800 seconds (7 days). Max value: 2592000 seconds (30 days).
roles array List of roles IDs to associated with the user.
send_invitation_email boolean Whether the user will receive an invitation email (true) or no email (false), true by default
View JSON Schema on GitHub

JSON Schema

auth0-createorganizationinvitationrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateOrganizationInvitationRequestContent",
  "title": "CreateOrganizationInvitationRequestContent",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "inviter",
    "invitee",
    "client_id"
  ],
  "properties": {
    "inviter": {
      "$ref": "#/components/schemas/OrganizationInvitationInviter"
    },
    "invitee": {
      "$ref": "#/components/schemas/OrganizationInvitationInvitee"
    },
    "client_id": {
      "type": "string",
      "description": "Auth0 client ID. Used to resolve the application's login initiation endpoint.",
      "default": "AaiyAPdpYdesoKnqjj8HJqRn4T5titww",
      "format": "client-id"
    },
    "connection_id": {
      "type": "string",
      "description": "The id of the connection to force invitee to authenticate with.",
      "default": "con_0000000000000001",
      "format": "connection-id"
    },
    "app_metadata": {
      "$ref": "#/components/schemas/AppMetadata"
    },
    "user_metadata": {
      "$ref": "#/components/schemas/UserMetadata"
    },
    "ttl_sec": {
      "type": "integer",
      "description": "Number of seconds for which the invitation is valid before expiration. If unspecified or set to 0, this value defaults to 604800 seconds (7 days). Max value: 2592000 seconds (30 days).",
      "minimum": 0,
      "maximum": 2592000
    },
    "roles": {
      "type": "array",
      "description": "List of roles IDs to associated with the user.",
      "minItems": 1,
      "items": {
        "type": "string",
        "format": "role-id"
      }
    },
    "send_invitation_email": {
      "type": "boolean",
      "description": "Whether the user will receive an invitation email (true) or no email (false), true by default",
      "default": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/auth0-createorganizationinvitationrequestcontent"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.