Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ISSUE] SCIM API sends int for error_code, but our APIErrorBody expects string #1038

Open
nfx opened this issue Sep 5, 2024 · 0 comments
Open
Labels
Bug The issue is a bug.

Comments

@nfx
Copy link
Contributor

nfx commented Sep 5, 2024

GET /api/2.0/preview/scim/v2/Users?attributes=id,userName,displayName&count=100&startIndex=1
> * Host: 
> * Accept: application/json
> * Authorization: REDACTED
> * User-Agent: watchdog/0.0.1 databricks-sdk-go/0.36.0 go/1.22.1 os/darwin sdk-feature/pagination auth/databricks-cli
< HTTP/2.0 403 Forbidden
< * Content-Length: 178
< * Content-Type: application/json; charset=utf-8
< * Date: Thu, 05 Sep 2024 17:11:25 GMT
< * Server: databricks
< * Vary: Accept-Encoding
< * X-Databricks-Reason-Phrase: This API is disabled for users without the databricks-sql-access or workspace-access entitlements. Contact your administrator for more information.
< * X-Request-Id: bc201272-c4df-478e-8cd3-8d3b4e121f36
< {
<   "error_code": 403,
<   "message": "This API is disabled for users without the databricks-sql-access or workspace-access entitlements. Contact your administrator for more information."
< }
@nfx nfx added the Bug The issue is a bug. label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug The issue is a bug.
Projects
None yet
Development

No branches or pull requests

1 participant