paws.management (version 0.5.0)

organizations_describe_handshake: Retrieves information about a previously requested handshake

Description

Retrieves information about a previously requested handshake. The handshake ID comes from the response to the original invite_account_to_organization operation that generated the handshake.

See https://www.paws-r-sdk.com/docs/organizations_describe_handshake/ for full documentation.

Usage

organizations_describe_handshake(HandshakeId)

Arguments

HandshakeId

[required] The unique identifier (ID) of the handshake that you want information about. You can get the ID from the original call to invite_account_to_organization, or from a call to list_handshakes_for_account or list_handshakes_for_organization.

The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.