Auth0 · Schema

OrganizationMemberRole

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string ID for this role.
name string Name of this role.
View JSON Schema on GitHub

JSON Schema

auth0-organizationmemberrole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OrganizationMemberRole",
  "title": "OrganizationMemberRole",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "id": {
      "type": "string",
      "description": "ID for this role."
    },
    "name": {
      "type": "string",
      "description": "Name of this role."
    }
  }
}