MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=growthmanagementorlist

(main | growthmanagementorlist)
  • This module requires read rights.
  • This module requires write rights.
  • This module only accepts POST requests.
  • Source: GrowthExperiments
  • License: GPL-3.0-or-later

Manage information in the structured mentor list (usually stored in MediaWiki:GrowthMentors.json). This module can be used by both current and future mentors (to add themselves or change their details) and administrators (for all users).

Parameters:
geaction

Action

This parameter is required.
One of the following values: add, change, remove
message

Introduction message (use an empty string for the default mentor message)

weight

Weight

One of the following values: 1, 2, 4
autoassigned

Is the mentor automatically assigned to newcomers?

Type: boolean (details)
isaway
⧼apihelp-growthmanagementorlist-param-isaway⧽
Type: boolean (details)
awaytimestamp
⧼apihelp-growthmanagementorlist-param-awaytimestamp⧽
Type: timestamp (allowed formats)
summary

Reason for the change

Default: (empty)
username

Username of the mentor affected by the change. If not provided, currently logged in user will be used. Can be only used by privileged users.

Type: user, by username
token

A "csrf" token retrieved from action=query&meta=tokens

This parameter is required.