-
Notifications
You must be signed in to change notification settings - Fork 101
Admin.API
Public API for DocuSign Admin API
- Source:
-
Creates a set of new users in DocuSign for the Org associated to the base URL
Name Type Description usersToAdd
object[] Array of Objects with account creation information.
usersToAdd[].first
string First Name
usersToAdd[].last
string Last Name
usersToAdd[].email
string Email Address
usersToAdd[].password
string Password
callback
function Returned in the form of function(response).
- Source:
-
Deletes a set of users from DocuSign
Name Type Description usersToDelete
array Collection of users in the form of {userId: userId}
callback
function Returned in the form of function(response).
- Source:
-
Gets the account info for the given org accountId
Name Type Description callback
function Returned in the form of function(response).
- Source:
-
Get the billing plan info for DS account with the given
apiToken
.Adds custom properties to plan object before sending it to the callback envelopesLeft - calculated name - shortcut for planName which is redundant plan.planName. :)
Name Type Description callback
function Returned in the form of function(response).
- Source:
-
Gets the templates for a given account
Name Type Description callback
function Returned in the form of function(response).
- Source:
-
Returns a list of users for the organization in the base URL
Name Type Description callback
function Returned in the form of function(response).
- Source: