Transfer organization ownership
organizations
Transfer organization ownership
Transfers the ownership of an organization to another user within the organization.
- Only the current organization owner can perform this action.
- The new owner must be an existing member of the organization.
- The current owner will be demoted to a regular user after the transfer.
PATCH
Transfer organization ownership
Documentation Index
Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
An access token used to authenticate a user and grant access to restricted APIs. It is issued by session APIs. For status codes related to this header, refer to the Common Headers Documentation.
Path Parameters
The organization's ID.
- Must be a valid UUID.
Example:
"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
Body
application/json
The request body for transferring ownership.
The user ID of the new owner, who must be a current member of the organization.
Example:
"a0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11"
Response
Successfully transferred the organization ownership.