---
title: "Delegate ownership of an organization to another admin. If successful, the previous owner becomes an admin."
method: PUT
path: "/members/{memberId}/delegateOwnership"
tags: ["Members"]
---

# Delegate ownership of an organization to another admin. If successful, the previous owner becomes an admin.

`PUT /members/{memberId}/delegateOwnership`

## Path parameters

- `memberId` string, required

## Request body

- DelegateOwnershipRequest
  - `adminMemberIdToDelegate` string, required

## Response `204`

successful operation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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