MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
action=emailuser
(main | emailuser)
- Denne modulen krever lesetilgang.
- Denne modulen krever skrivetilgang.
- Denne modulen aksepterer bare POST forespørsler.
Email a user.
Parametre:
- target
User to send email to.
- Denne parameteren er påkrevd.
- subject
Subject header.
- text
Mail body.
- Denne parameteren er påkrevd.
- ccme
Send a copy of this mail to me.
- token
A "csrf" token retrieved from action=query&meta=tokens
- Denne parameteren er påkrevd.
Example:
- Send an email to the User WikiSysop with the text Content.
- api.php?action=emailuser&target=WikiSysop&text=Content&token=123ABC