WorkOS · Schema

GenerateLinkDto

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
return_url string The URL to go to when an admin clicks on your logo in the Admin Portal. If not specified, the return URL configured on the [Redirects](https://dashboard.workos.com/redirects) page will be used.
success_url string The URL to redirect the admin to when they finish setup. If not specified, the success URL configured on the [Redirects](https://dashboard.workos.com/redirects) page will be used.
organization string An [Organization](/reference/organization) identifier.
intent string The intent of the Admin Portal. - `sso` - Launch Admin Portal for creating SSO connections - `dsync` - Launch Admin Portal for creating Directory Sync connections - `audit_logs` - Launch Admin Portal
intent_options object Options to configure the Admin Portal based on the intent.
it_contact_emails array The email addresses of the IT contacts to grant access to the Admin Portal for the given organization. Accepts up to 20 emails.
View JSON Schema on GitHub

JSON Schema

workos-generatelinkdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateLinkDto",
  "title": "GenerateLinkDto",
  "type": "object",
  "properties": {
    "return_url": {
      "type": "string",
      "description": "The URL to go to when an admin clicks on your logo in the Admin Portal. If not specified, the return URL configured on the [Redirects](https://dashboard.workos.com/redirects) page will be used.",
      "example": "https://example.com/admin-portal/return"
    },
    "success_url": {
      "type": "string",
      "description": "The URL to redirect the admin to when they finish setup. If not specified, the success URL configured on the [Redirects](https://dashboard.workos.com/redirects) page will be used.",
      "example": "https://example.com/admin-portal/success"
    },
    "organization": {
      "type": "string",
      "description": "An [Organization](/reference/organization) identifier.",
      "example": "org_01EHZNVPK3SFK441A1RGBFSHRT"
    },
    "intent": {
      "type": "string",
      "description": "\n      The intent of the Admin Portal.\n        - `sso` - Launch Admin Portal for creating SSO connections\n        - `dsync` - Launch Admin Portal for creating Directory Sync connections\n        - `audit_logs` - Launch Admin Portal for viewing Audit Logs\n        - `log_streams` - Launch Admin Portal for creating Log Streams\n        - `domain_verification` - Launch Admin Portal for Domain Verification\n        - `certificate_renewal` - Launch Admin Portal for renewing SAML Certificates\n        - `bring_your_own_key` - Launch Admin Portal for configuring Bring Your Own Key",
      "example": "sso",
      "enum": [
        "sso",
        "dsync",
        "audit_logs",
        "log_streams",
        "domain_verification",
        "certificate_renewal",
        "bring_your_own_key"
      ]
    },
    "intent_options": {
      "description": "Options to configure the Admin Portal based on the intent.",
      "$ref": "#/components/schemas/IntentOptions"
    },
    "it_contact_emails": {
      "description": "The email addresses of the IT contacts to grant access to the Admin Portal for the given organization. Accepts up to 20 emails.",
      "example": [
        "it-contact@example.com"
      ],
      "maxItems": 20,
      "items": {
        "type": "string",
        "format": "email"
      },
      "type": "array"
    }
  },
  "required": [
    "organization"
  ]
}

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/workos-generatelinkdto"
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.