Users
The Users resource provides methods that allow you to manage users for an account.
View Specific Information
The add-in 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 add-in.
- Users 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 UserStatus = 'Active'
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. | |
| 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. | |
| Company | String | The name of the user's company. | |
| FirstName | String | The user's first name | |
| IsAlternateAdmin | String | When true, the user is an alternate administrator. This user is not an administrator but will be set as such if all administrator memberships are closed. | |
| LastName | String | The user's last name. | |
| MiddleName | String | The user's middle name. |