MediaWiki API help
This is an auto-generated MediaWiki API documentation page.
Documentation and examples: https://www.mediawiki.org/wiki/API
list=users (us)
- Este módulo requiere permisos de lectura.
- Fuente: MediaWiki
- Licencia: GPL-2.0+
Obtener información sobre una lista de usuarios.
Parámetros:
- usprop
Qué piezas de información incluir:
- blockinfo
- Etiqueta si el usuario está bloqueado, por quién y por qué razón.
- groups
- Lista todos los grupos a los que pertenece cada usuario.
- implicitgroups
- Lists all the groups a user is automatically a member of.
- rights
- Lists all the rights each user has.
- editcount
- Añade el número de ediciones del usuario.
- registration
- Adds the user's registration timestamp.
- emailable
- Tags if the user can and wants to receive email through Special:Emailuser.
- gender
- Etiqueta el género del usuario. Devuelve "masculino", "femenino" o "desconocido".
- centralids
- Adds the central IDs and attachment status for the user.
- cancreate
- Indicates whether an account for valid but unregistered usernames can be created.
- Valores (separados por |): blockinfo, groups, implicitgroups, rights, editcount, registration, emailable, gender, centralids, cancreate
- usattachedwiki
With usprop=centralids, indicate whether the user is attached with the wiki identified by this ID.
- ususers
A list of users to obtain information for.
- Separar los valores con |. El número máximo de los valores es 50 (500 para los bots).
- ustoken
- En desuso.
Use action=query&meta=tokens instead.
- Valores (separados por |): userrights
Ejemplo:
- Devolver información del usuario Example.
- api.php?action=query&list=users&ususers=Example&usprop=groups|editcount|gender [open in sandbox]