---
title: "Promote members to ADMIN role in a TEAM_API or ENTERPRISE_API organization"
method: POST
path: "/manage/api/organization/promote_admins"
tags: ["manage"]
---

# Promote members to ADMIN role in a TEAM_API or ENTERPRISE_API organization

`POST /manage/api/organization/promote_admins`

## Query parameters

- `organization_id` string, required

## Request body

- PromoteOrganizationAdminsRequest
  - `members` LiteOrganizationMember[], required — List of organization members to promote to ADMIN 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 promoting members to admin

- 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 or admin
- `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)
