Contacts
Organization-wide contact management across all clients. Provides CRUD operations for contacts that can be associated with multiple clients. Includes an endpoint to retrieve all clients associated with a specific contact, enabling tracking of contact relationships across the tenant's client base.
-
GET List ContactsLists all Contacts for the given tenant./tenants/{tenant}/contacts
-
POST Create ContactCreates a new Contact for the specified tenant./tenants/{tenant}/contacts
-
GET Get ContactGets a Contact for the specified tenant./tenants/{tenant}/contacts/{code}
-
PUT Update ContactUpdates a Contact for the specified tenant./tenants/{tenant}/contacts/{code}
-
DELETE Delete ContactDeletes a Contact for the specified tenant./tenants/{tenant}/contacts/{code}
-
GET Clients for ContactReturns a list of clients that have the specified contact associated with them/tenants/{tenant}/contacts/{code}/clients