---
title: IdmApiClientOrganisationService
description: Configure IdmApiClientOrganisationService to manage ApiClientOrganisation entities in PingIDM through the managed objects REST API
component: pinggateway
version: 2026
page_id: pinggateway:reference:IdmApiClientOrganisationService
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/IdmApiClientOrganisationService.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  usage: Usage
  properties: Properties
  more_information: More information
---

# IdmApiClientOrganisationService

Service for managing `ApiClientOrganisation` entities in IDM.

## Usage

```none
{
  "name": string,
  "type": "IdmApiClientOrganisationService",
  "config": {
    "idmService": IdmService reference
  }
}
```

## Properties

* `"idmService"`: *IdmService [reference](preface.html#definition-reference), required*

  The [IdmService](IdmService.html) instance to use.

  This handles the configuration required to call the IDM managed objects REST API.

## More information

[org.forgerock.openig.fapi.apiclient.service.idm.IdmApiClientOrganisationService](../_attachments/apidocs/org/forgerock/openig/fapi/apiclient/service/idm/IdmApiClientOrganisationService.html)
