Auth0 · Schema

EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId

The IDP-specific identifer for the user.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

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