Get Account Link
workspaces_get_account_link | R Documentation |
Retrieves account link information¶
Description¶
Retrieves account link information.
Usage¶
Arguments¶
LinkId
The identifier of the account to link.
LinkedAccountId
The identifier of the account link
Value¶
A list with the following syntax:
list(
AccountLink = list(
AccountLinkId = "string",
AccountLinkStatus = "LINKED"|"LINKING_FAILED"|"LINK_NOT_FOUND"|"PENDING_ACCEPTANCE_BY_TARGET_ACCOUNT"|"REJECTED",
SourceAccountId = "string",
TargetAccountId = "string"
)
)