---
title: "GET User Privileges"
method: GET
path: "/account/user/privileges"
tags: ["Account Services"]
---

# GET User Privileges

`GET /account/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](/api_guide/user_privileges.html).

## Response `200`

Request successful.

- object[]
  - `privilege_id` integer — Identifies a user privilege in Constant Contact.
  - `privilege_name` string — The name of the Constant Contact user privilege.

## Other responses

- `401` — The Access Token used is invalid.
- `403` — Forbidden request. Your application is deactivated.
- `500` — There was a problem with our internal service.
- `503` — Our internal service is temporarily unavailable.

---

[API](https://skmtc.net/cc/apis/appconnect-v3.md) · [All operations](https://skmtc.net/cc/apis/appconnect-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cc/appconnect-v3/versions/4b4a534c818d/schema)
