# UserSignature

This class represents the Zoho CRM User.

## Package /routes/user_signature

## Constructors

| Constructor                  | Description                                                                  |
| :--------------------------- | :--------------------------------------------------------------------------- |
| constructor([email](#email)) | Creates a ***UserSignature class*** instance with the specified user email. |
----

### email

A String containing the CRM user email.

## Methods

| Method    | Description                                |
| :-------- | :----------------------------------------- |
| email     | The getter method to get the user's email. |
----

[source](../routes/user_signature.js)
