Finding Your Account ID
The Account ID is a UUID required for all account-level API calls.
Sign in to the Account Console
Sign in to the Databricks Account Console.
Copy your Account ID
Click your user avatar in the top-right corner. Your Account ID is shown under My account — click the copy icon next to it.
Creating a Service Principal
A service principal is a machine identity used for automated API access without tying credentials to a user account.
Navigate to Service Principals
In the left sidebar, click User management, then click the Service principals tab.
Add a Service Principal
Click Add service principal, enter a descriptive name in the New service principal display name field (e.g. “StackOne Integration”), and click Add service principal.
Assign Account Admin Role
Click the Roles tab and toggle on Account admin. This role is required for the service principal to manage users, groups, and service principals via the SCIM API.
Generating OAuth Credentials
Generate a client secret for the service principal to use with OAuth client credentials flow.
Open the Service Principal
In User management > Service principals, click on the service principal you created.
Generate a Secret
Click the Credentials & secrets tab, then click Generate secret. Set the lifetime (up to 730 days) and click Generate.
Copy the Credentials
Copy both values immediately — the secret is shown only once and cannot be retrieved later.
- Client ID — paste into the Client ID field in StackOne
- Client Secret — paste into the Client Secret field in StackOne
Configure scopes
The Scopes field defaults to all-apis if left empty. Use individual scopes separated by spaces to restrict access:
Linking the Account from the Hub
Navigate to the Hub
Fill out the fields
- Account ID
- Client ID
- Client Secret
- Scopes (Optional)
Connect
- Click Connect
- If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider’s authorization flow.
- Once authorization is successful, you will see a confirmation popup
If the account linking is successful, you will see the newly linked account in your Accounts page.