---
title: Overview | API Docs
---

## Contacts

Contacts represent people in your organization’s address book.

Each contact can be assigned to a specific user in your organization. If no user is specified when creating a contact, it will be automatically assigned to the first admin user.

## Operations

GET

[/api/partner/v2/contacts](/v2/api/operations/apipartnerv2contacts/get/index.md)

POST

[/api/partner/v2/contacts](/v2/api/operations/apipartnerv2contacts/post/index.md)

GET

[/api/partner/v2/contacts/{id}](/v2/api/operations/apipartnerv2contactsid/get/index.md)

PUT

[/api/partner/v2/contacts/{id}](/v2/api/operations/apipartnerv2contactsid/put/index.md)

DELETE

[/api/partner/v2/contacts/{id}](/v2/api/operations/apipartnerv2contactsid/delete/index.md)

PATCH

[/api/partner/v2/contacts/{id}](/v2/api/operations/apipartnerv2contactsid/patch/index.md)

GET

[/api/partner/v2/contacts/find](/v2/api/operations/apipartnerv2contactsfind/index.md)
