Stytch · Schema

api_b2b_scim_v1_Manager

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
value string
ref string
display_name string
View JSON Schema on GitHub

JSON Schema

stytch-api-b2b-scim-v1-manager-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_b2b_scim_v1_Manager",
  "title": "api_b2b_scim_v1_Manager",
  "type": "object",
  "properties": {
    "value": {
      "type": "string"
    },
    "ref": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    }
  },
  "required": [
    "value",
    "ref",
    "display_name"
  ]
}