getContact( )


Retrieves a contact.

について getContact() function returns a Promise that resolves when the contact is found.

Getting Merged Contacts

When a source contact is merged into a target contact, the source contact is deleted. When calling getContact() for a merged contact, you can use the source or target contact ID. In both cases, the target contact is returned.

This is supported only when calling getContact()on merged contacts. Previously deleted source contact IDs can't be passed to any other function.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Members and Contacts - all permissions
Read Members and Contacts - all read permissions
Manage Contacts
Read Contacts
Learn more about app permissions.
メソッド宣言
コピー
メソッド・パラメータ
_idstringRequired

ID of the contact to retrieve.


optionsGetContactOptions

Get contact options.

リターン
Return Type:Promise<Contact>
役に立ちましたか?
はい
いいえ