mirror of https://github.com/databricks/cli.git
13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
|
{
|
||
|
"headers": {
|
||
|
"Authorization": [
|
||
|
"Basic [ENCODED_AUTH]"
|
||
|
],
|
||
|
"User-Agent": [
|
||
|
"cli/[DEV_VERSION] databricks-sdk-go/[SDK_VERSION] go/[GO_VERSION] os/[OS] cmd/current-user_me cmd-exec-id/[UUID] auth/basic"
|
||
|
]
|
||
|
},
|
||
|
"method": "GET",
|
||
|
"path": "/api/2.0/preview/scim/v2/Me"
|
||
|
}
|