iSpring Learn · Schema

UserStatus

1 - active, 3 - inactive, 5 - terminated

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training
View JSON Schema on GitHub

JSON Schema

UserStatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UserStatus",
  "description": "1 - active, 3 - inactive, 5 - terminated",
  "type": "integer",
  "enum": [
    1,
    3,
    5
  ]
}