Update Contact
Update a specific contact's details
Update Existing Contact Details
Fetch a specific contact's data in an inabit organization, according to the contact's ID.
By this endpoint, users can update an existing contact details in their organization.
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body (ContactUpdateInput) object + (ContactWhereUniqueInput) object
id*
String
Organization ID
id*
String
Contact ID
name
String
Contact Name
contactCategoryID
String
Contact's First Name
Example body:
Response
Return values:
id
String
Organization ID
name
String
Contact ID
id (contactCategoryID)
String
Contact Name
name (contactCategoryID)
String
Contact's First Name
firstName
String
Contact First Name
lastName
String
Contact Last Name
fullName
String
Contact Full Name
String
Contact Email
shouldNotifyTx
String
If true, send emails to this contact
for every transaction associated
with the contact's addresses
("walletCryptoAccounts")
phone
String
Phone Number
id (phoneCountry)
String
ID of the phoneCountry
phoneCode (phoneCountry)
String
Phone Code of the phoneCountry
How do I retrieve my organization ID?
In order to retrieve an organization's identifier, you'll need to call your user details first, to understand which organization is related to them.