v1

latestSwagger 2.02026-07-134146194.6 MB
AccountPermissionProfiles

Gets a list of permission profiles.

This method returns a list of permission profiles that are associated with an account.

Example:

{
  "permissionProfiles": [
    {
      "permissionProfileId": "1665536",
      "permissionProfileName": "Account Administrator",
      "modifiedDateTime": "2018-03-26T03:54:40.4470000Z",
      "modifiedByUsername": ""
    },
    {
      "permissionProfileId": "1665537",
      "permissionProfileName": "DocuSign Sender",
      "modifiedDateTime": "2018-03-26T03:54:40.4470000Z",
      "modifiedByUsername": ""
    },
    {
      "permissionProfileId": "1665538",
      "permissionProfileName": "DocuSign Viewer",
      "modifiedDateTime": "2016-06-02T01:53:15.6830000Z",
      "modifiedByUsername": ""
    },
    {
      "permissionProfileId": "10325926",
      "permissionProfileName": "DS Manage Company Member Accounts",
      "modifiedDateTime": "2020-05-15T00:28:36.8230000Z",
      "modifiedByUsername": "Nat Irving"
    }
  ]
}
get/v2.1/accounts/{accountId}/permission_profiles

Path parameters

accountIdstring required

The external account number (int) or account ID GUID.

Query parameters

includestring

A comma-separated list of additional properties to return in the response. Valid values are:

  • user_count: The total number of users associated with the permission profile.
  • closed_users: Includes closed users in the user_count.
  • account_management: The account management settings.
  • metadata: Metadata indicating whether the properties associated with the account permission profile are editable.

Example: user_count,closed_users

Response

Successful response.