SharedAccessUser
Retrieves the information about the user requesting the shared information.
The connector 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 connector.
- UserId supports the '=' and 'IN' operators.
- UserStatus supports the '=' operator.
- SearchText supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM SharedAccessUser
Columns
| Name | Type | References | Description |
| UserId [KEY] | String | The ID of the user to access. | |
| AccountId | String | The account ID associated with the envelope. | |
| AccountName | String | The name on the account. | |
| ActivationAccessCode | String | Access code provided to the user to activate the account. | |
| String | The user's email address. | ||
| IpAddress | String | The user's ip address. | |
| LoginStatus | String | When true, indicates that the user is logged in. | |
| MembershipId | String | The user's membership ID. | |
| Uri | String | A URI containing the user ID. | |
| UserName | String | The name of the user. | |
| UserStatus | String | Status of the user's account. One of: ActivationRequired, ActivationSent, Active, Closed, Disabled | |
| UserType | String | The type of user. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description | |
| SearchText | String | Filter user names based on the specified string. The wild-card '*' (asterisk) can be used in the string. |