无法使用个人访问令牌使用Gitlabapi将用户添加到Gitlab

时间:2019-06-24 10:17:22

标签: gitlab postman gitlab-api gitlab-ce

我正在尝试使用Gitlabapi创建一个新用户。但它抛出“ 404未找到错误”。正在邮递员对其进行测试。

我正在发送以下URI的POST请求

https://gitlab.example.com/gitlab/api/v4/projects/1/users?private_token=<my token>&email=example@gmail.com&password=git123&reset_password=true&username=rk&name=username&group_id_for_saml=2&public_email=example@gmail.com&user_id=9&access_level=Regular

我认为要从Gitlabapi创建新用户,我们需要管理员服务帐户。但是由于无法在最新的Gitlab中创建服务帐户,因此我创建了一个个人访问令牌,该令牌可用于授权并在URI中传递

0 个答案:

没有答案