---
title: "Retrieves a list of signature definitions for a user."
method: GET
path: "/v2.1/accounts/{accountId}/users/{userId}/signatures"
tags: ["UserSignatures"]
---

# Retrieves a list of signature definitions for a user.

`GET /v2.1/accounts/{accountId}/users/{userId}/signatures`

This method retrieves the signature definitions for the user that you specify.

The `userId` parameter specified in the endpoint must match the authenticated user's user ID, and the user must be a member of the account.

The `signatureId` parameter accepts a signature ID or a signature name. Docusign recommends you use signature ID (`signatureId`), since some names contain characters that do not properly encode into a URL. If you use the user name, it is likely that the name includes spaces. In that case, URL encode the name before using it in the endpoint. 

For example, encode "Bob Smith" as "Bob%20Smith".

## Path parameters

- `accountId` string, required
- `userId` string, required

## Query parameters

- `stamp_type` 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)
