You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,6 +163,10 @@ console.log(contacts)
163
163
*`firstName` String (required) - The first name of the contact.
164
164
*`lastName` String (optional) - The last name of the contact.
165
165
*`nickname` String (optional) - The nickname for the contact.
166
+
*`jobTitle` String (optional) - The contact's job title.
167
+
*`departmentName` String (optional) - The name of the department associated with the contact.
168
+
*`organizationName` String (optional) - The name of the organization associated with the contact.
169
+
*`middleName` String (optional) - The contact's middle name.
166
170
*`birthday` String (optional) - The birthday for the contact in `YYYY-MM-DD` format.
167
171
*`phoneNumbers` Array\<String\> (optional) - The phone numbers for the contact, as strings in [E.164 format](https://en.wikipedia.org/wiki/E.164): `+14155552671` or `+442071838750`.
168
172
*`emailAddresses` Array\<String\> (optional) - The email addresses for the contact, as strings.
*`firstName` String (required) - The first name of the contact.
218
222
*`lastName` String (optional) - The last name of the contact.
219
223
*`nickname` String (optional) - The nickname for the contact.
224
+
*`jobTitle` String (optional) - The contact's job title.
225
+
*`departmentName` String (optional) - The name of the department associated with the contact.
226
+
*`organizationName` String (optional) - The name of the organization associated with the contact.
227
+
*`middleName` String (optional) - The contact's middle name.
220
228
*`birthday` String (optional) - The birthday for the contact in `YYYY-MM-DD` format.
221
229
*`phoneNumbers` Array\<String\> (optional) - The phone numbers for the contact, as strings in [E.164 format](https://en.wikipedia.org/wiki/E.164): `+14155552671` or `+442071838750`.
222
230
*`emailAddresses` Array\<String\> (optional) - The email addresses for the contact, as strings.
0 commit comments