Auth0 · Schema

ListOrganizationMembersResponseContent

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-listorganizationmembersresponsecontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ListOrganizationMembersResponseContent",
  "title": "ListOrganizationMembersResponseContent",
  "oneOf": [
    {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/OrganizationMember"
      }
    },
    {
      "$ref": "#/components/schemas/ListOrganizationMembersOffsetPaginatedResponseContent"
    },
    {
      "$ref": "#/components/schemas/ListOrganizationMembersPaginatedResponseContent"
    }
  ]
}