---
title: "Updates an account stamp by ID."
method: PUT
path: "/v2.1/accounts/{accountId}/signatures/{signatureId}"
tags: ["AccountSignatures"]
---

# Updates an account stamp by ID.

`PUT /v2.1/accounts/{accountId}/signatures/{signatureId}`

Updates an account stamp specified by the `signatureId` query parameter.

## Path parameters

- `accountId` string, required
- `signatureId` string, required

## Query parameters

- `close_existing_signature` string

## Request body

- AccountSignatureDefinition
  - `dateStampProperties` DateStampProperties — Specifies the area in which a date stamp is placed. This parameter uses pixel positioning to draw a rectangle at the center of the stamp area. The stamp is superimposed on top of this central area. This property contains the following information about the central rectangle: - `DateAreaX`: The X axis position of the top-left corner. - `DateAreaY`: The Y axis position of the top-left corner. - `DateAreaWidth`: The width of the rectangle. - `DateAreaHeight`: The height of the rectangle.
    - `dateAreaHeight` string — The height of the rectangle.
    - `dateAreaWidth` string — The width of the rectangle.
    - `dateAreaX` string — The X axis position of the top-left corner.
    - `dateAreaY` string — The Y axis position of the top-left corner.
  - `disallowUserResizeStamp` string — When **true,** users may not resize the stamp.
  - `externalID` string — Optionally specify an external identifier for the user's signature.
  - `imageType` string — Specificies the type of image. Valid values: - `stamp_image` - `signature_image` - `initials_image`
  - `isDefault` string — Boolean that specifies whether the signature is the default signature for the user.
  - `nrdsId` string — The National Association of Realtors (NAR) membership ID for a user who is a realtor.
  - `nrdsLastName` string — The realtor's last name.
  - `phoneticName` string — The phonetic spelling of the `signatureName`.
  - `signatureFont` string — The font type to use for the signature if the signature is not drawn. The following font styles are supported. The quotes are to indicate that these values are strings, not `enums`. - `"1_DocuSign"` - `"2_DocuSign"` - `"3_DocuSign"` - `"4_DocuSign"` - `"5_DocuSign"` - `"6_DocuSign"` - `"7_DocuSign"` - `"8_DocuSign"` - `"Mistral"` - `"Rage Italic"`
  - `signatureGroups` SignatureGroupDef[]
    - `groupId` string — The ID of the group being accessed.
    - `rights` string — Indicates whether the property is editable. Valid values are: - `editable` - `read_only`
  - `signatureId` string — Specifies the signature ID associated with the signature name. You can use the signature ID in the URI in place of the signature name, and the value stored in the `signatureName` property in the body is used. This allows the use of special characters (such as "&", "<", ">") in a the signature name. Note that with each update to signatures, the returned signature ID might change, so the caller will need to trigger off the signature name to get the new signature ID.
  - `signatureInitials` string — Specifies the user's signature in initials format.
  - `signatureName` string — Specifies the user's signature name.
  - `signatureType` string — Specifies the type of signature.
  - `signatureUsers` SignatureUserDef[]
    - `isDefault` string — Boolean that specifies whether the signature is the default signature for the user.
    - `rights` string — Indicates whether the property is editable. Valid values are: - `editable` - `read_only`
    - `userId` string — The ID of the user to access. **Note:** Users can only access their own information. A user, even one with Admin rights, cannot access another user's settings.
  - `stampFormat` string — The format of a stamp. Valid values are: - `NameHanko`: The stamp represents only the signer's name. - `NameDateHanko`: The stamp represents the signer's name and the date.
  - `stampSizeMM` string — The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents.

## 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)
