Return suspended status when querying user account (#17952)

This commit is contained in:
Shay
2024-11-22 04:37:19 -08:00
committed by GitHub
parent 4c67d20af7
commit 4587decd67
4 changed files with 5 additions and 1 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ It returns a JSON body like the following:
}
],
"user_type": null,
"locked": false
"locked": false,
"suspended": false
}
```