Contacts
Last updated
Last updated
The data payload of the response.
The request ID for tracking.
The ID of the contact.
The request ID for tracking.
The account that this contact belongs to.
The avatar URL of the contact. Must be a square .png, .jpg or .jpeg.
An array of custom fields to be applied to this contact.
The email of the contact.
The name of the contact.
The portal role to assign to the contact. If not provided uses the default portal role from the portal settings.
no_access PortalRoleNoAccess
member PortalRoleMember
admin PortalRoleAdmin
The request ID for tracking.
The ID of the contact to update.
The avatar URL of the contact. Must be a square .png, .jpg or .jpeg.
An array of custom fields to be applied to this contact.
The email of the contact.
in: body
The name of the contact.
The portal role to assign to the contact. Can be one of no_access
, member
, or admin
.
no_access PortalRoleNoAccess
member PortalRoleMember
admin PortalRoleAdmin
The request ID for tracking.
Currently, the following fields are filterable for contacts:
id
custom fields (pass in the slug of the custom field)
The cursor to use for pagination.
The number of contacts to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
The data payload of the response.
The request ID for tracking.