Auth0 · Schema

EventStreamCloudEventOrgMemberRoleAssignedObjectUser

The user that is a member of the organization.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
user_id string ID of the user which can be used when interacting with other APIs.
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventorgmemberroleassignedobjectuser-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventOrgMemberRoleAssignedObjectUser",
  "title": "EventStreamCloudEventOrgMemberRoleAssignedObjectUser",
  "type": "object",
  "description": "The user that is a member of the organization.",
  "additionalProperties": true,
  "required": [
    "user_id"
  ],
  "properties": {
    "user_id": {
      "type": "string",
      "description": "ID of the user which can be used when interacting with other APIs."
    }
  }
}