POST
https://api.applivery.io/v1/organizations/{organizationId}/change-owner
Request
Send your API key in the request header
authorization
Example:
Authorization: Bearer <token>
organizationId
string
required
Body Params
application/json
newOwner
string
required
{
"newOwner": "john-doe"
}
Responses
200 Response
application/json
status
boolean
optional
data
object
optional
changed
boolean
optional
{
"status": true,
"data": {
"changed": true
}
}
401 Response
application/json
status
boolean
optional
error
object
optional
code
number
optional
message
string
optional
{
"status": false,
"error": {
"code": 4002,
"message": "No auth token"
}
}