Transfer organization ownership to user
Required Permission: base.organization.management.ownerChange
Transfers primary ownership and administrative control of organization workspace to different user including billing responsibilities, access privileges, and legal accountability.
Request
authorization
Authorization: Bearer <token>
application/json
{
"newOwner": "john-doe"
}
Responses
application/json
{
"status": true,
"data": {
"changed": true
}
}
application/json
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}