UserSignatures
The UserSignatures resource provides methods that allow you manage the intials and signature images for a user.
View Specific Information
In order to make a successful request on this view, you have to specify UserId.
For example:
SELECT * FROM UserSignatures WHERE UserId = '9de4ad10-2704-4af7-ae3e-acf27a4bcf0a'
The add-in will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the add-in.
- UserId supports the '='.
- UserSignatures supports the '='.
For example, the following queries are processed server side:
SELECT * FROM UserSignatures WHERE UserId = '6de49590-65cf-41d4-ac62-399bd97dc1b3' SELECT * FROM UserSignatures WHERE SignatureId = '956359'
Columns
| Name | Type | References | Description |
| UserId | String |
Users.UserId | The user ID of the user being accessed. |
| SignatureId [KEY] | String | Specifies the signature ID associated with the signature name. | |
| SignatureImageUri | String | Contains the URI for an endpoint that you can use to retrieve the signature image. | |
| InitialsImageUri | String | Contains the URI for an endpoint that you can use to retrieve the initials image. | |
| SignatureInitials | String | The initials associated with the signature. | |
| UserSignatureName | String | Specifies the user signature name. | |
| SignatureType | String | Type of the signature. | |
| CreatedDateTime | Datetime | Indicates the date and time the item was created. | |
| AdoptedDateTime | Datetime | The date and time the user adopted their signature. | |
| IsDefault | Boolean | Specifies if the signature is default or not. | |
| DisallowUserResizeStamp | String | When true, users may not resize the stamp. | |
| Initials150ImageId | String | The ID of the user's initials image. | |
| NrdsId | String | The National Association of Realtors (NAR) membership ID for a user who is a realtor. | |
| NrdsLastName | String | The realtor's last name. | |
| NrdsStatus | String | The realtor's NAR membership status. | |
| PhoneticName | String | The phonetic spelling of the signatureName. | |
| Signature150ImageId | String | The ID of the user's signature image. | |
| SignatureFont | String | The font type for the signature, if the signature is not drawn. The supported font types are:7_DocuSign,1_DocuSign, 6_DocuSign, 8_DocuSign, 3_DocuSign, Mistral, 4_DocuSign, 2_DocuSign, 5_DocuSign, Rage Italic | |
| SignatureRights | String | The rights that the user has to the signature. Valid values are: none, read and admin. | |
| StampFormat | String | The format of a stamp. | |
| StampImageUri | String | The URI for retrieving the image of the user's stamp. | |
| StampSizeMM | String | The physical height of the stamp image (in millimeters) that the stamp vendor recommends for displaying the image in PDF documents. | |
| StampType | String | The type of stamp. | |
| Status | String | Indicates the envelope status. |