Accounts
The Accounts resource provides methods that allow you to manage your accounts.
View Specific Information
The driver will use the DocuSign API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- AccountIdGuid supports the '='.
For example, the following queries are processed server side:
SELECT * FROM Envelopes WHERE AccountIdGuid = '764c564c-b540-42d1-a667-ccee6813ef7b'
Columns
| Name | Type | References | Description |
| AccountId [KEY] | Integer | Id of the account. | |
| AccountIdGuid | String | The GUID associated with the account ID. | |
| AccountName | String | The name of the current account. | |
| CreatedDate | Datetime | The date when account was created. | |
| CurrencyCode | String | Specifies the ISO currency code for the account. | |
| CurrentPlanId | String | Identifies the plan that was used create this account. | |
| PlanName | String | The name of the Billing Plan. | |
| PlanClassification | String | Identifies the type of plan. Examples include Business, Corporate, Enterprise, Free. | |
| PlanStartDate | Datetime | The date that the Account started using the current plan. | |
| PlanEndDate | Datetime | The date that the current plan will end. | |
| PaymentMethod | String | Method of the payment. | |
| EnvelopeUnitPrice | String | Price of an envelope. | |
| EnvelopeSendingBlocked | Boolean | When set to true, user can not send envelopes. | |
| BillingProfile | String | The name of the Billing Profile. | |
| BillingPeriodStartDate | Datetime | The UTC DateTime that account billing started. | |
| BillingPeriodEndDate | Datetime | The UTC DateTime that account billing finish. | |
| BillingPeriodDaysRemaining | Integer | Number of remaining billing days. | |
| BillingPeriodEnvelopesSent | Integer | Number of sent envelopes. | |
| BillingPeriodEnvelopesAllowed | String | Specifies the allowed number of sent envelopes. | |
| CanCancelRenewal | Boolean | When set to true, specifies that you can cancel renewal. | |
| CanUpgrade | Boolean | When set to true, specifies that you can upgrade the account through the API. | |
| IsDowngrade | Boolean | When set to true, specifies that your account is downgraded. | |
| AllowTransactionRooms | Boolean | When set to true, the transaction rooms feature exposed through the Workspaces API is enabled. | |
| ConnectPermission | String | Value is full when Connect is enabled for this account. | |
| DistributorCode | String | The code that identifies the billing plan groups and plans for the new account. | |
| DocuSignLandingUrl | String | URL of the landing page used to create the account. | |
| ForgottenPasswordQuestionsCount | String | A complex element that contains up to four Question/Answer pairs for forgotten password information for a user. | |
| SeatsAllowed | String | The number of active users the account can have at one time. | |
| SeatsInUse | String | The number of users currently active on the account. | |
| SuspensionDate | Date | The date on which the account was suspended. | |
| SuspensionStatus | String | Indicates whether the account is currently suspended. |