Webex · Schema

PasswordPolicyResponse

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
minimumNumeric string Minimum number of numeric characters in password.
minimumCapAlpha string Minimum number of uppercase alphabetic character letters in a password.
minimumLowAlpha string Minimum number of lowercase alphabetic character letters in a password.
minimumSpecial string Minimum number of special character included "~!@#$%^&*()-_=+[]{}|;:,.<>/?" in a password.
minimumLength string Minimum length of password. Must be between 8 and 256, inclusive.
historyCount string The number of former password in history, the new password can't be any one of them. Must be between 1 and 5, inclusive.
maxPasswordAge string The password expired time, unit: day, that means user need to change password every "X" days. Must be between 90 and 1825, inclusive.
notAcceptableStrings string The password can not be any one in this string list.
View JSON Schema on GitHub

JSON Schema

webex-passwordpolicyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PasswordPolicyResponse",
  "title": "PasswordPolicyResponse",
  "type": "object",
  "properties": {
    "minimumNumeric": {
      "type": "string",
      "example": "8",
      "description": "Minimum number of numeric characters in password."
    },
    "minimumCapAlpha": {
      "type": "string",
      "example": "1",
      "description": "Minimum number of uppercase alphabetic character letters in a password."
    },
    "minimumLowAlpha": {
      "type": "string",
      "example": "1",
      "description": "Minimum number of lowercase alphabetic character letters in a password."
    },
    "minimumSpecial": {
      "type": "string",
      "example": "1",
      "description": "Minimum number of special character included \"~!@#$%^&*()-_=+[]{}|;:,.<>/?\" in a password."
    },
    "minimumLength": {
      "type": "string",
      "example": "8",
      "description": "Minimum length of password. Must be between 8 and 256, inclusive."
    },
    "historyCount": {
      "type": "string",
      "example": "3",
      "description": "The number of former password in history, the new password can't be any one of them. Must be between 1 and 5, inclusive."
    },
    "maxPasswordAge": {
      "type": "string",
      "example": "90",
      "description": "The password expired time, unit: day, that means user need to change password every \"X\" days. Must be between 90 and 1825, inclusive."
    },
    "notAcceptableStrings": {
      "type": "string",
      "example": "password,passwd,pass,webex,cisco,xebew,ocsic",
      "description": "The password can not be any one in this string list."
    }
  }
}

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/webex-passwordpolicyresponse"
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.