Auth0 · Schema

EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId

The IDP-specific identifer for the user.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventuserupdatedobjectidentitiesitemcustomus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId",
  "title": "EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId",
  "description": "The IDP-specific identifer for the user.",
  "anyOf": [
    {
      "type": "string"
    },
    {
      "type": "integer"
    }
  ]
}