From 98115d1d85c1d769689819c57677a05846b31f86 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 25 Feb 2026 09:36:23 +0000 Subject: [PATCH 1/2] Add instructions for finding Organisation ID in Employment Hero guide Added a new section explaining how to find the organisation ID from the Employment Hero platform URL, as documented at: https://help.employmenthero.com/hc/en-gb/articles/360003233195 Co-authored-by: Alex Mattera --- connection-guides/hris/employmenthero.mdx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/connection-guides/hris/employmenthero.mdx b/connection-guides/hris/employmenthero.mdx index c094964a..88fde6c5 100644 --- a/connection-guides/hris/employmenthero.mdx +++ b/connection-guides/hris/employmenthero.mdx @@ -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 Organisation ID + +Your organisation ID is a unique number located in your Employment Hero platform URL. You may need this ID when configuring your integration. + + + + Click the **Home** menu and navigate to the **Dashboard** module. + + + + Look at the page URL in your browser's address bar. You will see a unique number which is your **organisation's platform ID**. + + For example, if your URL is `https://secure.employmenthero.com/app/organisations/12345/dashboard`, then your organisation ID is `12345`. + + + + + Keep your organisation ID handy as you may need it during the integration setup process. + + ## Generate Client ID and Secret key From 332b65b599a483ddf1c673387cfd777b70d282e1 Mon Sep 17 00:00:00 2001 From: Alex Mattera Date: Wed, 25 Feb 2026 09:47:41 +0000 Subject: [PATCH 2/2] Update connection-guides/hris/employmenthero.mdx Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- connection-guides/hris/employmenthero.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/connection-guides/hris/employmenthero.mdx b/connection-guides/hris/employmenthero.mdx index 88fde6c5..d4ba52f6 100644 --- a/connection-guides/hris/employmenthero.mdx +++ b/connection-guides/hris/employmenthero.mdx @@ -11,24 +11,24 @@ 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 Organisation ID +## Find your Organization ID -Your organisation ID is a unique number located in your Employment Hero platform URL. You may need this ID when configuring your integration. +Your Organization ID is a unique number located in your Employment Hero platform URL. You may need this ID when configuring your integration. Click the **Home** menu and navigate to the **Dashboard** module. - - Look at the page URL in your browser's address bar. You will see a unique number which is your **organisation's platform ID**. + + 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 organisation ID is `12345`. + For example, if your URL is `https://secure.employmenthero.com/app/organisations/12345/dashboard`, then your organization ID is `12345`. - Keep your organisation ID handy as you may need it during the integration setup process. + Keep your organization ID handy as you may need it during the integration setup process. ## Generate Client ID and Secret key