iSpring Learn · Schema

UserRoleEnum

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

UserRoleEnum.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserRoleEnum",
  "type": "string",
  "enum": [
    "learner",
    "administrator",
    "department_administrator",
    "publisher",
    "custom"
  ]
}