Fetch user

Retrieve information about the current authorised user. You will receive these user details even if the user has not verified their email address or if the account is not active.

The User Object

AttributeTypeDescription
account_typeintegerThe plan the user is currently on.
activation_timetimeThe time in epoch, when the user verified their email address.
is_auto_renewintegerIf the user is on an auto renewing subscription.
companystringCompany details updated by the user. Name of the company will show up here.
company_sizestringCompany details updated by the user.
created_timetimeThe time in epoch, when the user created the account.
document_creditsintegerThe number of envelope credits the user has.
emailstringThe email address of the user.
first_namestringFirst name of the user.
idintegerThe ID of the user.
is_paidintegerFlag indicating if the user is on a paid plan.

0: Free plan
1: Paid plan
last_namestringLast name of the user.
last_modified_timetimeThe time in epoch, when the user last made changes to their profile information.
referrer_codestringThe referral code of the user.
referrer_promo_leftintegerThe number of times, the user's referral code can be redeemed.
subscription_expiry_timetimeThe time in epoch, when the user's subscription will expire. If auto renewal is turned on, it would renew at this time.
imported_file_countintegerThe number of times the user imported a document.
signed_file_countintegerThe number of times the user signed a document.
card_brandstringThe card brand, which will be used for subscription renewal.
statusintegerFlag indicating if the user has an activated account or not.

0: Not activated
1: Activated account
email_verifiedintegerFlag 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.
1: Email address verified.
Language
Authorization
OAuth2