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'
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. |