How to list all users and their permissions from projects in Python-Gitlab?

前端 未结 0 989
长发绾君心
长发绾君心 2021-01-30 17:36

I can list the projects from a group using:

gl = gitlab.Gitlab("https://gitlab.etc.org/", private_token=\'private_token\', ssl_verify=False)

group = gl.g

相关标签:
回答
  • 消灭零回复
提交回复
热议问题