Renames the specified organizational unit (OU). The ID and ARN don't change. The child OUs and accounts remain in place, and any attached policies of the OU remain attached.
This operation can be called only from the organization's management account.
post/#X-Amz-Target=AWSOrganizationsV20161128.UpdateOrganizationalUnit
Headers
X-Amz-Target'AWSOrganizationsV20161128.UpdateOrganizationalUnit' required
Request body
Response
Success
Example response
{
"OrganizationalUnit": {
"Arn": "arn:aws:organizations::111111111111:ou/o-exampleorgid/ou-examplerootid111-exampleouid111",
"Id": "ou-examplerootid111-exampleouid111",
"Name": "AccountingOU"
}
}