TDV Adapter for DocuSign

Build 22.0.8462

Users

The Users resource provides methods that allow you to manage users for an account.

View Specific Information

The adapter 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 adapter.

  • Users supports the '='.
  • Email supports the '='.
  • UserStatus supports the '='.

For example, the following queries are processed server side:

SELECT * FROM Users WHERE UserId = '9degfd10-2704-4af4-ae3e-ac6r4d4bcf0a'
SELECT * FROM Users WHERE Email = 'test@test.com'
SELECT * FROM Users WHERE UserStatus = 'Active'
SELECT * FROM Users WHERE UserStatus = 'Active' AND Email = 'test@test.com'"

Columns

Name Type References Description
UserId [KEY] String The user ID of the user being accessed.
UserName String The user's full name.
UserStatus String Status of the user's account. One of: ActivationRequired, ActivationSent, Active, Closed, Disabled.
UserType String The user type.
IsAdmin Boolean Determines if the feature set is actively set as part of the plan.
Email String The user's email address.
Uri String Uri of the user.
PermissionProfileId Integer User's permission profile id.
permissionProfileName String User's permission profile name.
JobTitle String Title of the job.
Title String Salutation for the user, such as Ms, Dr, Capt., etc.
CreatedDateTime Datetime Indicates the date and time the item was created.
LastLogin Datetime The date-time when the user last logged on to the system.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462