SCIM API 2.0 (Me) for workspaces
Preview
This feature is in Public Preview.
This is a reference article for the workspace-level SCIM (Me) API for getting information about your own workspace user identity.
To get information about your Databricks account-level identity instead, see SCIM API 2.0 (Accounts).
For error codes, see SCIM API 2.0 Error Codes.
Requirements
Your Databricks account must have the Premium plan and above.
Get me
Endpoint |
HTTP Method |
---|---|
|
|
Retrieve the same information about yourself as returned by Get user by ID.
Example
curl --netrc -X GET \
https://<databricks-instance>/api/2.0/preview/scim/v2/Me \
| jq .
Replace <databricks-instance>
with the Databricks workspace instance name, for example dbc-a1b2345c-d6e7.cloud.databricks.com
.
This example uses a .netrc file and jq.
For error codes, see GET Requests.