Scott Jacobsen
10/14/2022, 10:35 PMusers api endpoints work for me?
{
"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?Scott Jacobsen
10/14/2022, 10:56 PMentities/users/Peter Plochan
10/17/2022, 12:18 PM/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.