AccountPermissionProfiles
An account permission profile is assigned to a group of users, enabling you to set permissions for all of the users in the group at the same time.
View Specific Information
The add-in uses the DocuSign API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client-side within the add-in.
- PermissionProfileId supports the '=' operator.
For example, the following query is processed server-side:
SELECT * FROM AccountPermissionProfiles where PermissionProfileId = '20894443';
Columns
| Name | Type | References | Description |
| PermissionProfileId [KEY] | String | The ID of the permission profile. | |
| PermissionProfileName | String | The name of the account permission profile. | |
| ModifiedByUsername | String | The username of the user who last modified the permission profile. | |
| ModifiedDateTime | Datetime | The date and time when the permission profile was last modified. | |
| UserCount | String | The total number of users in the group associated with the account permission profile. | |
| Settings | String | This object specifies the permissions that are associated with the account permission profile. | |
| Users | String | A list of user objects containing information about the users who are associated with the account permission profile. |
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 | |
| Include | String | A comma-separated list of additional properties to return in the response. Valid values are: user_count, closed_users, account_management, metadata |