---
title: "Activates an private network integration client."
method: PUT
path: "/integration-clients/{identifier}/activate"
tags: ["integration-clients"]
---

# Activates an private network integration client.

`PUT /integration-clients/{identifier}/activate`

Requires the privilege [`CLIENTS_WRITE`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `identifier` string, required

## Query parameters

- `teamId` string, required

## Response `200`

Client successfully activated

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege for target team: CLIENTS_WRITE
- `404` — Not Found

## Changes

- **2026-09-02** `358b43b8f258` — 3 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `402`
  - added the success response with the status `200`

[Change history](https://skmtc.dev/gremlin/apis/gremlin-api/changes/integration-clients/:identifier/activate/put.md)

---

[API](https://skmtc.dev/gremlin/apis/gremlin-api.md) · [All operations](https://skmtc.dev/gremlin/apis/gremlin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gremlin/gremlin-api/revisions/358b43b8f258/schema)
