| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId |
Required: The PK of the existing User that you want to add or update the Contact Item to. |
globally unique identifier |
None. |
| ContactSubType |
Required: The type of contact information being added or updated - Retrieve possible values from /ContactItem/GetAllTypes |
globally unique identifier |
None. |
| Value |
Required: Represents the Contact Item value - an email address, a phone number |
string |
None. |
| IsDefault |
Required: Specifies if the Contact Item is the default method of contact for that Contact Type (default email, default phone, etc.) |
boolean |
None. |