Get Users API response should include one field to show whether user is suspended or not #50505
Unanswered
kevaljshah1999
asked this question in
Apps, API and Webhooks
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Select Topic Area
Product Feedback
Body
Currently GetUsers(https://${host_name}/api/v3/users) API response do not have any field which denotes whether user is suspended or not.
Because of that we have to call GetUser (https://${host_name}/api/v3/users/${login}) api on each user to check whether user is suspended or not which is not feasible due to multiple API calls.
GitHub should add one field in GetUsers API which denotes whether user is suspended or not. By doing this minor change, we can prevent extra API calls for getting suspended users data.
All reactions