> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect Workday VNDLY with API Token – StackOne Hub

> Link a Workday VNDLY account in the StackOne Hub using API Token. End-user guide to authorize the integration and start using Workday VNDLY actions.

<Warning>The API token inherits the role and permissions of the Workday VNDLY user who generates it. Use a user with permissions to every resource you need StackOne to access — typically a program admin. Rate limits are enforced per token.</Warning>

<section data-guide-section data-guide-scopes="">
  <h2>Find your VNDLY tenant subdomain</h2>

  <p>Your VNDLY tenant subdomain is the unique identifier in your Workday VNDLY URL.</p>

  <ul>
    <li>Check your browser address bar when signed in to Workday VNDLY.</li>
    <li>Example: if your URL is `https://acme.vndly.com`, your tenant subdomain is `acme`.</li>
  </ul>
</section>

<section data-guide-section data-guide-scopes="">
  <h2>Generate an API token</h2>

  <p>Workday VNDLY API tokens are generated from within your user profile.</p>

  <Steps>
    <Step title="Sign in to Workday VNDLY">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Sign in to your <a href="https://your-tenant.vndly.com/sign_in" target="_blank" rel="noopener noreferrer">Workday VNDLY account</a> using your tenant URL.</p>
      </div>
    </Step>

    <Step title="Open My Profile">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>Open the drop-down menu under your name and select <strong>My Profile</strong>.</p>
      </div>
    </Step>

    <Step title="Generate the API Token">
      <div data-guide-step data-guide-scopes="" data-guide-display-scopes-list="">
        <p>In the <strong>API Token</strong> section of your profile, generate a new token and store it securely for use later.</p>

        <ul>
          <li>The token inherits your user's role and permissions in Workday VNDLY.</li>
          <li>Regenerating replaces the previous token — any integrations using the old value will need to be updated.</li>
        </ul>
      </div>
    </Step>
  </Steps>
</section>

<div data-whitelabel-hide>
  <h2>Linking the Account from the Hub</h2>

  <Steps>
    <Step title="Navigate to the Hub">
      Use one of the three <a href="/guides/accounts-section#linking-accounts">Linking Account Methods</a> to access the Hub.
    </Step>

    <Step title="Fill out the fields">
      Fill out the following fields using details from your provider:

      <ul>
        <li><strong>VNDLY Tenant Subdomain</strong></li>
        <li><strong>API Token</strong></li>
      </ul>
    </Step>

    <Step title="Connect">
      <ul>
        <li>Click <strong>Connect</strong></li>
        <li>If applicable, the provider will redirect you to a sign-in or authorization page. Complete the provider's authorization flow.</li>
        <li>Once authorization is successful, you will see a confirmation popup</li>
      </ul>
    </Step>
  </Steps>

  <p>If the account linking is successful, you will see the newly linked account in your <a href="/guides/accounts-section">Accounts</a> page.</p>
</div>
