organizations:AcceptHandshake

Write

organizations:AcceptHandshake is a Write access-level action in the organizations service. Grants permission to send a response to the originator of a handshake agreeing to the action proposed by the handshake request

Resource types

ARNs that organizations:AcceptHandshake can be scoped to in an IAM policy.

arn:${Partition}:organizations::${Account}:handshake/o-${OrganizationId}/${HandshakeType}/h-${HandshakeId}
handshake

Condition keys

No condition keys are documented for this action.

Dependent actions

To use organizations:AcceptHandshake you may also need to grant:

Example IAM policy

A minimal policy that allows organizations:AcceptHandshake. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowOrganizationsAcceptHandshake",
      "Effect": "Allow",
      "Action": "organizations:AcceptHandshake",
      "Resource": "*"
    }
  ]
}

Related actions in organizations

View all organizations actions →