summary refs log tree commit diff
path: root/docs/admin_api/user_admin_api.rst
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-20 16:59:59 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-20 16:59:59 +0100
commited6742cb30b8d1494890047b903c8a540b9ac554 (patch)
tree7e43305dc57ef0072dc08481f87317dcae936f33 /docs/admin_api/user_admin_api.rst
parentMerge commit '7932d4e9f' into anoa/dinsic_release_1_31_0 (diff)
parentFix `UsersListTestCase` (#8964) (diff)
downloadsynapse-ed6742cb30b8d1494890047b903c8a540b9ac554.tar.xz
Merge commit 'c9c1c9d82' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'docs/admin_api/user_admin_api.rst')
-rw-r--r--docs/admin_api/user_admin_api.rst9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst

index 1473a3d4e3..e4d6f8203b 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst
@@ -30,7 +30,12 @@ It returns a JSON body like the following: ], "avatar_url": "<avatar_url>", "admin": false, - "deactivated": false + "deactivated": false, + "password_hash": "$2b$12$p9B4GkqYdRTPGD", + "creation_ts": 1560432506, + "appservice_id": null, + "consent_server_notice_sent": null, + "consent_version": null } URL parameters: @@ -139,7 +144,6 @@ A JSON body is returned with the following shape: "users": [ { "name": "<user_id1>", - "password_hash": "<password_hash1>", "is_guest": 0, "admin": 0, "user_type": null, @@ -148,7 +152,6 @@ A JSON body is returned with the following shape: "avatar_url": null }, { "name": "<user_id2>", - "password_hash": "<password_hash2>", "is_guest": 0, "admin": 1, "user_type": null,