Why wouldn't the `users` api endpoints work for me...
# gooddata-cn
s
Why wouldn't the
users
api endpoints work for me?
Copy code
{
  "title": "Not Found",
  "status": 404,
  "detail": "No API path found that matches request '/api/v1/auth/users'.",
  "traceId": "f4f9640a8100b3e4"
}
But other endpoints like
api/v1/actions/collectUsage
do work?
Apparently it is
entities/users/
🙌 2
p
Hi @Scott Jacobsen, the
/api/v1/auth/users
API endpoint is available only when the build-in OIDC provider is enabled. This and related
auth
endpoints then serve as the “convenience proxies” which allow managing OIDC provider users by using the GD.CN API. We miss this information in the API reference or anywhere else in the documentation, so we will update it to avoid further confusion.