iSpring Learn · Schema

GetPagedUsersListRequest

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
groups array
departments array
logins array
emails array
profileFields array
profileFieldsDateRange array
View JSON Schema on GitHub

JSON Schema

GetPagedUsersListRequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GetPagedUsersListRequest",
  "properties": {
    "groups": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      }
    },
    "departments": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uuid"
      }
    },
    "logins": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "emails": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "profileFields": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProfileFieldsFilterItem"
      }
    },
    "profileFieldsDateRange": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProfileFieldsDateRangeItem"
      }
    }
  },
  "type": "object"
}