Skip to content

Users.API

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

Namespace: Users

Users

Public API for DocuSign Users API

Source:

Methods

<static> getInfo(userId, callback)

Get user info for a given user.

Parameters:
Name Type Description
userId string

DocuSign userId.

callback function

Returned in the form of function(response).

Source:

<static> getSignature(userId, callback)

Gets the user signature.

Parameters:
Name Type Description
userId string

DocuSign UserId.

callback function

Returned in the form of function(err, response).

Source:

<static> getSocialConnection(userId, callback)

Gets social connection details for a given user.

Parameters:
Name Type Description
userId string

DocuSign UserId.

callback function

Returned in the form of function(response).

Source:

Generated with wicked.