Auth0 · Schema

UserGroupsResponseSchema

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-usergroupsresponseschema-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UserGroupsResponseSchema",
  "title": "UserGroupsResponseSchema",
  "allOf": [
    {
      "$ref": "#/components/schemas/Group"
    },
    {
      "type": "object",
      "additionalProperties": true,
      "properties": {
        "membership_created_at": {
          "type": "string",
          "description": "Timestamp of when the group membership was added.",
          "format": "date-time"
        }
      }
    }
  ]
}