ExternalManagedAccount Class
Get externally managed accounts.
Namespace
ExternalManagedAccount Methods
These methods are for ExternalManagedAccount.
All methods are static.
getCommunitiesExternalManagedAccounts(communityId)
Get externally managed accounts available to the context user across all Experience Cloud
sites.
API Version
50.0
Requires Chatter
No
Signature
public static ConnectApi.ExternalManagedAccountCollectionOutput getCommunitiesExternalManagedAccounts(String communityId)
Parameters
- communityId
- Type: String
- ID for an Experience Cloud site, internal, or null.
Return Value
getCommunitiesExternalManagedAccounts(communityId, includeMyAccount)
Get externally managed accounts available to the context user, including the context
user’s account, across all Experience Cloud sites.
API Version
53.0
Requires Chatter
No
Signature
public static ConnectApi.ExternalManagedAccountCollectionOutput getCommunitiesExternalManagedAccounts(String communityId, Boolean includeMyAccount)
Parameters
Return Value
getExternalManagedAccounts(webstoreId)
Get externally managed accounts for a store.
API Version
49.0
Requires Chatter
No
Signature
public static ConnectApi.ExternalManagedAccountCollectionOutput getExternalManagedAccounts(String webstoreId)
Parameters
- webstoreId
- Type: String
- ID of the webstore.
Return Value
getExternalManagedAccounts(webstoreId, includeMyAccount)
Get externally managed accounts, including the context user’s account, for a
store.
API Version
53.0
Requires Chatter
No
Signature
public static ConnectApi.ExternalManagedAccountCollectionOutput getExternalManagedAccounts(String webstoreId, Boolean includeMyAccount)