| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Account Ownership Transfer Details

- **account_id**  
  string  
  *required*  
  ID of the Account

- **new_owner_organization_name**  
  string  
  *required*  
  The name of the new organization to transfer the account to.

# Response Codes

- **200**      Response data for transferring account ownership

- **400**  Bad Request or Validation Failure.

- **401**  Unauthorized.

- **403**  Forbidden.

- **404**  Organization or Account not found

- **409**  Conflict

- **422**  Invalid input

- **429**  Too many requests.

- **default**  Unexpected Error.

---

### cURL Example

```
curl --request POST \
     --url https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/accounts//ownership_transfers \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

### Base URL

https://Contact sales to enable your sandbox/core/v1/accounts/{account_id}/ownership_transfers
