v1

latestSwagger 2.0Private2026-08-04128286690.5 KB
Account Services

GET User Privileges

Use this method to return the user privileges associated with your access token as an array of objects. This method returns all user privileges, including privileges the V3 API does not currently use. Constant Contact requires specific user privileges to make requests using the V3 API. For more information, see the User Privileges and Roles Overview.

get/account/user/privileges

Response

Request successful.

privilege_idinteger

Identifies a user privilege in Constant Contact.

privilege_namestring

The name of the Constant Contact user privilege.

Example response

[
  {
    "privilege_id": 30,
    "privilege_name": "campaign:create"
  }
]