---
title: "Gets one or more contacts."
method: GET
path: "/v2.1/accounts/{accountId}/contacts/{contactId}"
tags: ["Contacts"]
---

# Gets one or more contacts.

`GET /v2.1/accounts/{accountId}/contacts/{contactId}`

This method returns one or more contacts
associated with a Docusign account. You can also
retrieve contacts from connected [cloud storage][CloudStorage] providers by using the
`cloud_provider` query parameter. By default,
contacts are retrieved from the Docusign account's
default address book.

To return a specific contact, use the `contactId`
query parameter. To return all contacts associated
with an account, omit this parameter.

[CloudStorage]: /docs/esign-rest-api/reference/cloudstorage/

## Path parameters

- `accountId` string, required
- `contactId` string, required

## Query parameters

- `cloud_provider` string

## Response `200`

Successful response.

## Other responses

- `400` — Error encountered.

---

[API](https://skmtc.net/docusign/apis/docusign-esignature-rest-api.md) · [All operations](https://skmtc.net/docusign/apis/docusign-esignature-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/docusign/docusign-esignature-rest-api/revisions/77f1998c313d/schema)
