From 0f808218da6203d361abfb9ebbbd37e2c2a40163 Mon Sep 17 00:00:00 2001 From: DMRobertson Date: Fri, 21 Oct 2022 12:53:24 +0000 Subject: deploy: 1433b5d5b64c3a6624e6e4ff4fef22127c49df86 --- develop/admin_api/user_admin_api.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'develop/admin_api/user_admin_api.html') diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html index 108ce7bd62..650e3a00ed 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html @@ -176,6 +176,7 @@ for a server admin: see Admin API "admin": 0, "user_type": null, "deactivated": 0, + "erased": false, "shadow_banned": 0, "displayname": "<User One>", "avatar_url": null, @@ -306,6 +308,7 @@ By default, the response is ordered by ascending user ID.

"admin": 1, "user_type": null, "deactivated": 0, + "erased": false, "shadow_banned": 0, "displayname": "<User Two>", "avatar_url": "<avatar_url>", @@ -387,6 +390,7 @@ User objects contain the following fields:

  • user_type - string - Type of the user. Normal users are type None. This allows user type specific behaviour. There are also types support and bot.
  • deactivated - bool - Status if that user has been marked as deactivated.
  • +
  • erased - bool - Status if that user has been marked as erased.
  • shadow_banned - bool - Status if that user has been marked as shadow banned.
  • displayname - string - The user's display name if they have set one.
  • avatar_url - string - The user's avatar URL if they have set one.
  • -- cgit 1.5.1