zcrmsdk
Version:
Node JS SDK for Zoho CRM
26 lines (16 loc) • 737 B
Markdown
# 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)