미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/API

action=bs-usermanager-tasks

(main | bs-usermanager-tasks)
  • 이 모듈은 read 권한을 요구합니다.
  • 이 모듈은 write 권한을 요구합니다.
  • 이 모듈은 POST 요청만을 허용합니다.
  • 출처: BlueSpiceUserManager
  • 라이선스: GPL-3.0-only

Provides operations for Checklist extension

변수:
task

The task that should be executed

addUser
스키마, 변수 예제
editUser
스키마, 변수 예제
deleteUser
스키마, 변수 예제
disableUser
스키마, 변수 예제
enableUser
스키마, 변수 예제
setUserGroups
스키마, 변수 예제
editPassword
스키마, 변수 예제
getUserTaskPermissions
스키마, 변수 예제
이 변수는 필수 입력 사항입니다.
다음 값 중 하나: addUser, editUser, deleteUser, disableUser, enableUser, setUserGroups, editPassword, getUserTaskPermissions 또는 alternative: addUser, editUser, deleteUser, disableUser, enableUser, setUserGroups, editPassword, getUserTaskPermissions
taskData

JSON string encoded object with arbitrary data for the task

기본값: {}
context

JSON string encoded object with context data for the task

기본값: {}
schema

Show the JSON schema for the task parameters

examples

Show examples of task parameters

format

The format of the result

다음 값 중 하나: json, jsonfm 또는 alternative: json, jsonfm
기본값: json
token

"csrf" 토큰은 action=query&meta=tokens에서 가져옵니다

이 변수는 필수 입력 사항입니다.