Okta · Schema

OrgContactUser

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
_links object
userId string
View JSON Schema on GitHub

JSON Schema

okta-orgcontactuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrgContactUser",
  "title": "OrgContactUser",
  "type": "object",
  "properties": {
    "_links": {
      "type": "object",
      "additionalProperties": {
        "type": "object",
        "properties": {}
      },
      "readOnly": true
    },
    "userId": {
      "type": "string"
    }
  },
  "x-okta-operations": [
    {
      "alias": "updateContactUser",
      "arguments": [
        {
          "dest": "userId",
          "src": "userId"
        }
      ],
      "operationId": "updateOrgContactUser"
    }
  ],
  "x-okta-tags": [
    "Org"
  ]
}