Contacts
Last updated
Was this helpful?
Last updated
Was this helpful?
Get a contact by its ID
The ID of the contact.
The cursor to use for pagination.
The number of accounts to fetch. Defaults to 100. Must be greater than 0 and less than 1000.
Delete an existing contact
The ID of the contact to delete.
Get all contacts
Create a new contact
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
no_access
, member
, admin
Update an existing contact
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
no_access
, member
, admin
Currently, the following fields are filterable for contacts:
id. Allowed operators: equals
, in
, not_in
email. Allowed operators: equals
, in
, not_in
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.