---
title: "Approve a pending agent"
method: POST
path: "/api/v1/agent-signup/{identity_id}/approve"
tags: ["Agent Signup"]
---

# Approve a pending agent

`POST /api/v1/agent-signup/{identity_id}/approve`

## Path parameters

- `identity_id` string, uuid, required

## Request body

- ApproveAgentRequest
  - `organization_id` string, required — Organization ID to assign the agent to. The caller must be a member of this organization.

## Response `200`

Successful Response

- ApproveAgentResponse
  - `identity_id` string, uuid, required
  - `claim_status` 'agent_unclaimed' | 'agent_claimed' | 'agent_rejected', required
  - `organization_id` string, required
  - `message` string, required

## Other responses

- `422` — Validation Error
- `4XX` — Client error with Support Agent information.
- `5XX` — Server error with Support Agent information.

---

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