使用Pygithub挂起Github Enterprise用户

时间:2018-07-31 18:44:31

标签: python github-api pygithub

在我从所有组织和团队中删除该用户后,我尝试使用Pygithub挂起Github Enterprise用户。我找不到有关如何通过pygithub通过其文档来挂起用户的好例子: http://pygithub.readthedocs.io/en/stable/index.html而不是实际的API调用https://developer.github.com/v3/users/administration/#suspend-a-user

我已经通过调用获得了用户对象:

user = g.get_user('username')

任何人都知道应该使用什么函数来挂起不活动的用户吗?

0 个答案:

没有答案