mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 09:16:02 -04:00
Search in columns 'name' and 'displayname' in the admin users endpoint (#7377)
* Search in columns 'name' and 'displayname' in the admin users endpoint Signed-off-by: Manuel Stahl <manuel.stahl@awesome-technologies.de>
This commit is contained in:
parent
5758dcf30c
commit
97962ad17b
4 changed files with 27 additions and 15 deletions
|
@ -119,8 +119,10 @@ from a previous call.
|
|||
The parameter ``limit`` is optional but is used for pagination, denoting the
|
||||
maximum number of items to return in this call. Defaults to ``100``.
|
||||
|
||||
The parameter ``user_id`` is optional and filters to only users with user IDs
|
||||
that contain this value.
|
||||
The parameter ``user_id`` is optional and can be used to filter by user id.
|
||||
|
||||
The parameter ``name`` is optional and can be used to list only users with the
|
||||
local part of the user ID or display name that contain this value.
|
||||
|
||||
The parameter ``guests`` is optional and if ``false`` will **exclude** guest users.
|
||||
Defaults to ``true`` to include guest users.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue