Find your account identifier
Your account identifier uniquely identifies your Snowflake account and routes API requests to it.
1
Open account details in Snowsight
Sign in to your Snowflake account and click your user profile (showing your username and role) in the bottom-left corner of the sidebar.
- In the menu that opens, click your account entry (e.g., Account: AB12345) to expand the account submenu.
- Select View account details.
- Copy the Account Identifier shown in the dialog.
- Format:
orgname-accountname(e.g.,myorg-account123) - Alternative — run
SELECT CURRENT_ORGANIZATION_NAME() || '-' || CURRENT_ACCOUNT_NAME();in any worksheet
Linking the Account from the Hub
1
Navigate to the Hub
Use one of the three Linking Account Methods to access the Hub.
2
Fill out the fields
Fill out the following fields using details from your provider:
- Account Identifier
3
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.