API: include user activation and sign-in status #15571
Labels
modifies/api
This PR adds API routes or modifies them
type/proposal
The new feature has not been accepted yet but needs to be discussed first.
[x]
):Description
active
andprohibit_login
can both be set viaPATCH /admin/users/{username}
, but are not included in the output ofGET /admin/users
orGET /users/{username}
. Imho those are important information when working with the user list and should be added.The text was updated successfully, but these errors were encountered: