Get Account Link
workspaces_get_account_link | R Documentation |
Retrieves account link information¶
Description¶
Retrieves account link information.
Usage¶
workspaces_get_account_link(LinkId, LinkedAccountId)
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"
)
)
Request syntax¶
svc$get_account_link(
LinkId = "string",
LinkedAccountId = "string"
)