Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions connection-guides/hris/employmenthero.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,26 @@ import IntegrationFooter from "/snippets/integration-footer.mdx";

If you've been directed to StackOne to integrate with Employment Hero, the following steps will help you understand the process and any necessary actions to configure a successful integration.

## Find your Organization ID

Your Organization ID is a unique number located in your Employment Hero platform URL. You may need this ID when configuring your integration.

<Steps>
<Step title="Navigate to your Dashboard">
Click the **Home** menu and navigate to the **Dashboard** module.
</Step>

<Step title="Find the Organization ID in the URL">
Look at the page URL in your browser's address bar. You will see a unique number which is your **organization's platform ID**.

For example, if your URL is `https://secure.employmenthero.com/app/organisations/12345/dashboard`, then your organization ID is `12345`.
</Step>
</Steps>

<Tip>
Keep your organization ID handy as you may need it during the integration setup process.
</Tip>

## Generate Client ID and Secret key

<Steps>
Expand Down