iSpring Learn · Schema

UpdateUserPassword

eLearningLMSLearning Management SystemTrainingCoursesEnrollmentsUsersGroupsReportingWebhooksSCORMCorporate Training

Properties

Name Type Description
password string
View JSON Schema on GitHub

JSON Schema

UpdateUserPassword.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "UpdateUserPassword",
  "required": [
    "password"
  ],
  "properties": {
    "password": {
      "type": "string",
      "format": "password"
    }
  },
  "type": "object",
  "xml": {
    "name": "request"
  }
}