About iMochaHelpBook a demo
About iMochaHelpBook a demo
  1. Users
  • Introduction
  • Skills Assessment API
    • API Reference
      • Getting started
      • API Environment
      • Authentication Mechanism
      • Error Code
      • List timezones
    • Test
      • List all tests
      • Retrieve a test
      • Retrieve test settings
      • Update Test Settings
    • Test Invitations
      • Callback notification
      • Invite candidate
      • Invite candidate by test link
      • Reattempt Test
      • Cancel Invitation
    • Test Link
      • List all test links
    • Report
      • Retrieve candidate test report
      • Retrieve candidate test report in PDF
    • Callback API
      • Process Callbacks
      • Retrieve Invites
    • GDPR
      • GDPR Data Masking Service
    • Users
      • Get all business units
        GET
      • Create New User
        POST
      • Update User
        POST
      • Active/ Inactive User
        POST
  • Skills Intelligence API
    • Introduction
    • Authentication
    • Employee
      • List employees
      • Get Employee Skills by employeeId
      • Employee Enrollment
      • Update Employee Status
    • JobProfiles
      • Get All JobProfiles
      • Get JobProfile with Skills By JobProfileId
      • Create JobCode
    • Taxonomy
      • Get all Taxonomy Skills
    • CareerPath
      • Get Employee Career Path by employeeId
    • Account
      • Get Multichannel Validation Weightages
  1. Users

Get all business units

GET
/v3/accounts/business-units

🔶 This API retrieves a list of all business units associated with your account. A business unit typically represents a division, department, or entity within an organization.

Request

Header Params

Responses

🟢200OK
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://apiv3.imocha.io/v3/accounts/business-units' \
--header 'x-api-key;'
Response Response Example
{
    "businessUnits": [
        {
            "businessUnitId": 164373,
            "businessUnitName": "Default BU 1",
            "createdOn": "2025-05-15T06:06:18.763"
        },
        {
            "businessUnitId": 164374,
            "businessUnitName": "Default BU 2",
            "createdOn": "2025-05-15T06:06:18.763"
        }
    ],
    "count": 2
}
Modified at 2025-08-06 09:23:45
Previous
GDPR Data Masking Service
Next
Create New User
Built with