Enables the specified member account to administer the Organizations features of the specified
Amazon Web Services service. It grants read-only access to Organizations service data. The account still
requires IAM permissions to access and administer the Amazon Web Services service.
You can run this action only for Amazon Web Services services that support this
feature. For a current list of services that support it, see the column Supports
Delegated Administrator in the table at Amazon Web Services Services that you can use with
Organizations in the Organizations User Guide.
This operation can be called only from the organization's management account.
example
Use a bare-bones client and the command you need to make an API call.
Enables the specified member account to administer the Organizations features of the specified Amazon Web Services service. It grants read-only access to Organizations service data. The account still requires IAM permissions to access and administer the Amazon Web Services service.
You can run this action only for Amazon Web Services services that support this feature. For a current list of services that support it, see the column Supports Delegated Administrator in the table at Amazon Web Services Services that you can use with Organizations in the Organizations User Guide.
This operation can be called only from the organization's management account.
Use a bare-bones client and the command you need to make an API call.
import { OrganizationsClient, RegisterDelegatedAdministratorCommand } from "@aws-sdk/client-organizations"; // ES Modules import // const { OrganizationsClient, RegisterDelegatedAdministratorCommand } = require("@aws-sdk/client-organizations"); // CommonJS import const client = new OrganizationsClient(config); const command = new RegisterDelegatedAdministratorCommand(input); const response = await client.send(command);
RegisterDelegatedAdministratorCommandInput for command's
input
shape.RegisterDelegatedAdministratorCommandOutput for command's
response
shape.config for OrganizationsClient's
config
shape.