Retrieves Organizations-related information about the specified account.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
post/#X-Amz-Target=AWSOrganizationsV20161128.DescribeAccount
Headers
X-Amz-Target'AWSOrganizationsV20161128.DescribeAccount' required
Request body
Response
Success
Example response
{
"Account": {
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/555555555555",
"Email": "anika@example.com",
"Id": "555555555555",
"Name": "Beta Account"
}
}