---
title: "PUT /global-settings"
method: PUT
path: "/global-settings"
---

# PUT /global-settings

`PUT /global-settings`

Updates whether the Amazon Web Services account is opted in to cross-account backup. Returns an error if the account is not an Organizations management account. Use the <code>DescribeGlobalSettings</code> API to determine the current settings.

## Request body

- object
  - `GlobalSettings` object — A value for <code>isCrossAccountBackupEnabled</code> and a Region. Example: <code>update-global-settings --global-settings isCrossAccountBackupEnabled=false --region us-west-2</code>.

## Response `200`

Success

## Other responses

- `480` — ServiceUnavailableException
- `481` — MissingParameterValueException
- `482` — InvalidParameterValueException
- `483` — InvalidRequestException

---

[API](https://skmtc.net/aws/apis/backup.md) · [All operations](https://skmtc.net/aws/apis/backup/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/backup/versions/386d8a5f8871/schema)
