View source: R/organizations_operations.R
organizations_describe_handshake | R Documentation |
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.
organizations_describe_handshake(HandshakeId)
HandshakeId |
[required] The unique identifier (ID) of the handshake that you want information
about. You can get the ID from the original call to
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.