ExternalContactsApi
Utilities for interacting with External Contacts
since
1.4.0
Hierarchy
↳ ExternalContactsApi
Index
Methods
Methods
showExternalContactProfile
▸ showExternalContactProfile(externalContactId
: string): void
Show an external contact by ID.
Required Permissions:
- ANY Of
- externalContacts:contact:view
Copied
myClientApp.externalContacts.showExternalContactProfile('b33491ce-0a84-4959-9273-848901d6db11');
since
1.4.0
Parameters:
Name | Type |
| string |
Returns: void
showExternalOrganizationProfile
▸ showExternalOrganizationProfile(externalOrganizationId
: string): void
Show an external organization by ID.
Required Permissions:
- ANY Of
- externalContacts:externalOrganization:view
Copied
myClientApp.externalContacts.showExternalOrganizationProfile('8a0db7c8-c4a3-4577-b41e-aa40a6408f1c');
since
1.4.0
Parameters:
Name | Type |
| string |
Returns: void