summary refs log tree commit diff
path: root/docs/admin_api/user_admin_api.md (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add note about external_ids for User Admin API in documentation (#17139)Jacob Sánchez2024-05-071-2/+2
* deactivated flag refactored to filter deactivated users. (#16874)Alexander Fechler2024-03-111-0/+14
* Enable user without password (#16770)Dirk Klimpel2024-01-021-9/+10
* Update admin user API return types in docs. (#16654)Michael Weimann2023-11-171-4/+15
* Add an Admin API to temporarily grant the ability to update an existing cross...David Robertson2023-11-151-0/+37
* Fix-up deactivated notes in docs. (#16355)Patrick Cloke2023-09-191-1/+1
* Filter locked users in the admin API (#16328)Hanadi2023-09-181-5/+12
* Add last_seen_ts to the admin users API (#16218)Mathieu Velten2023-09-041-0/+2
* Add warnings about MSC3861 on certain APIs. (#16168)Will Hunt2023-08-251-1/+9
* Allow filtering for admins in the list accounts admin API (#16114)Alexander Fechler2023-08-181-0/+2
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+1
* Document that you cannot login as yourself on /_synapse/admin/v1/users/<user_...Will Hunt2023-07-141-1/+2
* docs/admin_api: fix header level on 'Users' page (#15852)Sumner Evans2023-07-051-3/+3
* Add not_user_type param to the list accounts admin API (#15844)Michael Weimann2023-07-041-0/+3
* Add a new admin API to create a new device for a user. (#15611)Quentin Gliech2023-05-171-0/+27
* Clean up and clarify "Create or modify Account" Admin API documentation (#15544)Andrew Morgan2023-05-051-38/+49
* Fix broken links in the Synapse documentation. (#14744)reivilibre2023-01-051-1/+1
* Add an Admin API endpoint for looking up users based on 3PID (#14405)Ashish Kumar2022-11-111-0/+39
* Show erasure status when listing users in the Admin API (#14205)Tadeusz Sośnierz2022-10-211-0/+4
* Add an admin API endpoint to find a user based on its external ID in an auth ...Quentin Gliech2022-09-161-0/+38
* Add timestamp to user's consent (#13741)Dirk Klimpel2022-09-081-0/+2
* Implement MSC3852: Expose `last_seen_user_agent` to users for their own devic...Andrew Morgan2022-08-191-0/+7
* Inline URL preview documentation. (#13261)Patrick Cloke2022-07-121-1/+1
* Cleanup references to sample config in the docs and redirect users to configu...Shay2022-06-301-3/+2
* Allow updating passwords using the admin api without logging out devices (#12...Jan Christian Grünhage2022-06-061-1/+3
* Correct typo in user_admin_api.md device deletion JSON (#12533)Sami Olmari2022-04-251-1/+1
* Document why auth providers aren't validated in the admin API. (#12004)Patrick Cloke2022-02-181-1/+2
* Clarify that users' media are also preview images (#11862)Dirk Klimpel2022-02-041-1/+8
* Fix typo: unpind -> unbind (#11859)Christian Paul2022-02-031-1/+1
* Consolidate the `access_token` information in the admin api (#11861)Dirk Klimpel2022-01-311-68/+5
* Remove account data (including client config, push rules and ignored users) u...reivilibre2022-01-241-1/+5
* Remove the 'password_hash' from the Users Admin API endpoint response diction...Andrew Morgan2022-01-141-4/+5
* Add admin API to get users' account data (#11664)Dirk Klimpel2022-01-051-0/+75
* Add ability to un-shadow-ban via the admin API. (#11347)Patrick Cloke2021-11-161-3/+9
* Fix typos in the `username_available` admin API documentation. (#11286)Stanislav Motylkov2021-11-091-1/+1
* Enable changing user type via users admin API (#11174)Jason Robinson2021-10-261-2/+7
* Add more information what happens when a user is deactivated (#11083)Dirk Klimpel2021-10-221-0/+10
* Remove not needed database updates in modify user admin API (#10627)Dirk Klimpel2021-08-191-2/+6
* Allow to edit `external_ids` by Edit User admin API (#10598)Dirk Klimpel2021-08-171-11/+29
* Add an admin API to check if a username is available (#10578)Will Hunt2021-08-171-0/+20
* Admin API to delete media for a specific user (#10558)Dirk Klimpel2021-08-111-5/+49
* Add `creation_ts` to list users admin API (#10448)Dirk Klimpel2021-07-221-3/+7
* Add SSO `external_ids` to Query User Account admin API (#10261)Dirk Klimpel2021-07-011-1/+11
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-20/+20
* Compile and render Synapse's docs into a browsable, mobile-friendly and searc...Andrew Morgan2021-06-031-20/+20
* Convert admin api docs to markdown (#10089)Andrew Morgan2021-06-031-0/+1001