Skip to content

Admin.API

Nikhil Mashettiwar edited this page Jun 25, 2015 · 2 revisions

Namespace: Admin

Admin

Public API for DocuSign Admin API

Source:

Methods

<static> addUsers(usersToAdd, callback)

Creates a set of new users in DocuSign for the Org associated to the base URL

Parameters:
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:

<static> deleteUsers(usersToDelete, callback)

Deletes a set of users from DocuSign

Parameters:
Name Type Description
usersToDelete array

Collection of users in the form of {userId: userId}

callback function

Returned in the form of function(response).

Source:

<static> getOrgAccountInfo(callback)

Gets the account info for the given org accountId

Parameters:
Name Type Description
callback function

Returned in the form of function(response).

Source:

<static> getPlan(callback)

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. :)

Parameters:
Name Type Description
callback function

Returned in the form of function(response).

Source:

<static> getTemplates(callback)

Gets the templates for a given account

Parameters:
Name Type Description
callback function

Returned in the form of function(response).

Source:

<static> getUserList(callback)

Returns a list of users for the organization in the base URL

Parameters:
Name Type Description
callback function

Returned in the form of function(response).

Source:

Generated with wicked.