无法创建新用户

有人可以协助创建 API 用户吗?在 API 类别中已经讨论过几次了,我正在遵循建议,提出的请求:

curl -X POST “https://DISCOURSEURL/users.json
-H “Api-Key: b5629e5139axxxxxxxxxxxxxxc93f623b0ab25fcd996bb424c6d5c71”
-H “Api-Username: admin1”
-H “Content-Type: multipart/form-data;”
-F “email=activeuser@example.com
-F “username=activeuser”
-F “password=simplepass”
-F “active=true”
-F “approved=true”

返回“errors”:[“您无权查看所请求的资源。API 用户名或密钥无效。”],“error_type”:”invalid_access”}
用户是管理员,API 密钥有效。Discourse 版本是 3.3.0.beta2-dev

1 个赞

我通过将 API 密钥范围设置为以下内容找到了解决方案

2 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.