---
title: "Demote admins back to member role in a TEAM_API or ENTERPRISE_API organization"
method: POST
path: "/manage/api/organization/demote_admins"
tags: ["manage"]
---

# Demote admins back to member role in a TEAM_API or ENTERPRISE_API organization

`POST /manage/api/organization/demote_admins`

## Query parameters

- `organization_id` string, required

## Request body

- DemoteOrganizationAdminsRequest
  - `members` LiteOrganizationMember[], required — List of admins to demote back to MEMBER role
    - `user_id` string — Base64 encoded user ID
    - `display_handle` string — The display handle/username of the member
    - `email_address` string — The email address of the member

## Response `200`

Results of demoting admins

- OrganizationMemberOperationResponse
  - `results` OrganizationMemberOperationResult[], required — List of results for each member operation
    - `success` boolean, required — Whether the operation was successful for this member
    - `message` string — A message describing the outcome of the operation for this member

## Other responses

- `400` — Bad Request
- `401` — Not authorized
- `403` — Not authorized - must be an organization owner
- `404` — Organization not found

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/revisions/bd40f367a834/schema)
