Optional
configuration: Configurationsummary Accept the contact invitation
Optional
contactStatusUpdateDeets: ContactStatusUpdateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
summary Bulk add contacts
Optional
contactBulkCreateDeets: ContactBulkCreateDeetsAll the contact details
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Delete an contact
Optional
id: stringThe id for the contact to delete.
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Reset avatar to the default
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve an avatar by id
The id of the record you wish to retrieve
Optional
avatarType: AvatarTypedefault contact simpleContarct paymentCycle
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Get a single contact
The id of the record you wish to retrieve
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary List contacts
Optional
includeSelf: booleanOptional
sortByFieldName: ListOfSortFieldsForContactThe field to sort by knownName firstName lastName email status externalId
Optional
sortByAscending: booleanWhether the list will be sorted in ascending order. Default value is true
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary List of invited contacts
Optional
contactStatus: ContactStatusPersonaFilterall invited accepted rejected
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Create a contact record - contact invite.
Optional
contactInviteCreateDeets: ContactInviteCreateDeetsThe contact details
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Update a contact record - contact invite.
Optional
contactInviteUpdateDeets: ContactInviteUpdateDeetsThe contact details
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Create a contact record
Optional
contactCreateDeets: ContactCreateDeetsThe contact details
Optional
options: RawAxiosRequestConfig = {}Override http request option.
Search contacts in the network based on Name, KnownName, Business name or Handle Returns a list of EndUser_Deets.
summary Search contactsOptional
term: stringThe search term or keyword
Optional
externalId: stringOptional
sinceUTC: stringOptional
accessPerspective: AccessPerspectivenone self collaborators all invite admin webHook function
Optional
includeAlias: booleanOptional
includeContacts: booleanOptional
includeRequest: booleanOptional
contactStatus: ContactStatusPersona[]Optional
roles: string[]Optional
includeCounts: booleanOptional
sortByFieldName: ListOfSortFieldsForContactThe field to sort by knownName firstName lastName email status externalId
Optional
sortByAscending: booleanWhether the list will be sorted in ascending order. Default value is true
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
avatar_id could be tenant.id, contact.id, work.id, project.id, team.id, etc summary Upload avatar image via file
contact id
Optional
file: FileThe avatar image for this contact
Optional
options: RawAxiosRequestConfig = {}Override http request option.
avatar_id could be tenant.id, contact.id, work.id, project.id, team.id, etc summary Upload avatar via JSON body
The id of the record you wish to retrieve
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
avatarBytes: AvatarBytesOptional
options: RawAxiosRequestConfig = {}Override http request option.
avatar_id could be tenant.id, contact.id, work.id, project.id, team.id, etc summary Generate a new avatar image via AI prompt.
Optional
avatarPromptCreateDeets: AvatarPromptCreateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve the payment acceptance status for an account
Optional
accountId: stringAccount Id to accept payments from
Optional
status: AcceptPaymentStatusEnumAccept payment status enum pending accepted suspended
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Retrieve a list of payments for a contact. The payments can also be linked back to payment cycles (mass payments).
The contact id (PersonaId) of the contact
Optional
minAmount: numberThe minimum amount for filtering
Optional
maxAmount: numberThe maximum amount for filtering
Optional
fromDate: stringThe starting date for filtering
Optional
toDate: stringThe end date for filtering
Optional
statuses: string[]A list of statuses for filtering
Optional
paymentTypes: string[]A list of payment types for filtering
Optional
id2: stringOptional
shortId: stringOptional
toHandle: stringThe Mozaic handle for a contact
Optional
toEmail: stringThe email address of the contact
Optional
toPhone: stringThe fully qualified phone number of the contact
Optional
toName: stringLoosely, the name of the contact. May be changed during registration
Optional
toPersonaId: stringSpecifies the persona associated with this contact record
Optional
toUserId: stringSpecifies the user associated with this contact record
Optional
toUserAccountId: stringSpecifies the user account id associated with this contact record
Optional
toIsAcceptedContact: booleanSpecifies whether this contact is in network or out of network
Optional
toCountryCode: stringOptional
toExternalId: stringOptional
toAvatar: AvatarSize[]contact avatar
Optional
toId: stringOptional
toCreated: stringOptional
toShortId: stringOptional
toObjectName: stringThe name of this object
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
summary Reject the contact invitation
Optional
contactStatusUpdateDeets: ContactStatusUpdateDeetsOptional
options: RawAxiosRequestConfig = {}Override http request option.
summary List requests
Optional
includeSelf: booleanOptional
sortByFieldName: ListOfSortFieldsForContactThe field to sort by knownName firstName lastName email status externalId
Optional
sortByAscending: booleanWhether the list will be sorted in ascending order. Default value is true
Optional
limit: numberA limit of the number of objects to be returned for the next page, between 1 and 100. The default is 25
Optional
page: number1-based page index for paginated results
Optional
userId: stringThe user id to operate on their behalf (tenants only)
Optional
options: RawAxiosRequestConfig = {}Override http request option.
ContactsApi - axios parameter creator export