---
title: "Convert Agent to End user"
method: POST
path: "/agents/{id}/convert"
tags: ["Agents"]
---

# Convert Agent to End user

`POST /agents/{id}/convert`

Convert an existing Agent into an End user. This action removes the Agent's elevated permissions and system roles, effectively transitioning them to a standard user profile.

Admin group memberships, roles, and access rights associated with the Agent role will be removed as part of this conversion.

## Response `200`

Agent successfully converted to end user.

- SuccessfulResponse
  - `success` boolean

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/revisions/38a43a1b2981/schema)
