Support filters for external and blocked in the users API
Description
I'm trying to automate running an external new user validation, which starts by querying GitLab's users over API. I have to query the complete list of users and then search the result for blocked users.
Proposal
It would be nice to have additional query parameters external=true
and blocked=true
in order to filter the response on the server rather than parsing it on the client.