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
list=users (us)
- Questo modulo richiede i diritti di lettura.
 - Fonte: MediaWiki
 - Licenza: GPL-2.0-or-later
 
Ottieni informazioni su un elenco di utenti.
Parametri specifici:
Sono disponibili altri parametri generali.
- usprop
 Quali informazioni includere:
- blockinfo
 - Tags if the user is blocked, by whom, and for what reason.
 - groups
 - Lists all the groups each user belongs to.
 - groupmemberships
 - Lists groups that each user has been explicitly assigned to, including the expiry date of each group membership.
 - implicitgroups
 - Lists all the groups a user is automatically a member of.
 - rights
 - Lists all the rights each user has.
 - editcount
 - Adds the user's edit count.
 - registration
 - Adds the user's registration timestamp.
 - emailable
 - Tags if the user can and wants to receive email through Special:Emailuser.
 - gender
 - Tags the gender of the user. Returns "male", "female", or "unknown".
 - centralids
 - Adds the central IDs and attachment status for the user.
 - cancreate
 - Indica se può essere creata un'utenza per nomi utente validi ma non registrati. Per verificare se l'utente attuale può eseguire la creazione di un'utenza, usa action=query&meta=userinfo&uiprop=cancreateaccount.
 
- Valori (separati da | o alternativa): blockinfo, cancreate, centralids, editcount, emailable, gender, groupmemberships, groups, implicitgroups, registration, rights
 - usattachedwiki
 With usprop=centralids, indicate whether the user is attached with the wiki identified by this ID.
- ususers
 Un elenco di utenti di cui ottenere informazioni.
- Separa i valori con | o alternativa.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 - ususerids
 A list of user IDs to obtain information for.
- Type: list of integers
 - Separa i valori con | o alternativa.
 - Maximum number of values is 50 (500 for clients that are allowed higher limits).
 
Esempio:
- Return information for user Example.
 - api.php?action=query&list=users&ususers=Example&usprop=groups|editcount|gender [apri in una sandbox]