{
"account_type": 0,
"activation_time": 1395392655,
"is_auto_renew": 0,
"company": "ACME Corp.",
"company_size": null,
"created_time": 1391545509,
"document_credits": 0,
"email": "[email protected]",
"first_name": "John",
"id": 699829,
"is_paid": 0,
"last_name": "Doe",
"last_modified_time": 1395367450,
"referrer_code": "gSwRXxut",
"referrer_promo_left": 5,
"subscription_expiry_time": null,
"imported_file_count": 72,
"signed_file_count": 16,
"card_last4": null,
"card_brand": null,
"status": 1,
"email_verified": 1
}
Attribute | Type | Description |
---|---|---|
| integer | The plan the user is currently on. 0: Basic or the free plan |
| time | The time in epoch, when the user verified their email address. |
| integer | If the user is on an auto renewing subscription. |
| string | Company details updated by the user. Name of the company will show up here. |
| string | Company details updated by the user. |
| time | The time in epoch, when the user created the account. |
| integer | The number of signing credits the user has, if they are on a Basic plan. |
| string | The email address of the user. |
| string | First name of the user. |
| integer | User ID of the user. |
| integer | Flag indicating if the user is on a paid plan. 0: Free plan |
| string | Last name of the user. |
| time | The time in epoch, when the user last made changes to their profile information. |
| string | The referral code of the user. |
| integer | The number of times, the user's referral code can be redeemed. |
| time | The time in epoch, when the user's subscription will expire. If auto renewal is turned on, it would renew at this time. |
| integer | The number of times the user imported a document. |
| integer | The number of times the user signed a document. |
| integer | The last 4 digits of the card, which will be used for subscription renewal. Only applicable to users who signed up for a subscription on the SignEasy webapp. |
| string | The card brand, which will be used for subscription renewal. Only applicable to users who signed up for a subscription on the SignEasy webapp. |
| integer | Flag indicating if the user has an activated account or not. 0: Not activated |
| integer | Flag indicating if the user has verified their email address with SignEasy. 0: Not verified. API calls will not function for users with unverified email addresses. |