# Get User Project Permissions

Returns the actions permitted actions to the current user in a given project

Endpoint: GET /api/v2.0/projects/{projectToken}/permissions
Version: 2.0
Security: bearer-key

## Path parameters:

  - `projectToken` (string, required)
    project UUID (by running Entities - Product > Get Product Projects) or Project Token (from the Mend SCA App: Integrate tab > Project Token).

## Response 200 fields (application/json):

  - `supportToken` (string)
    Example: "1171c60d"

  - `retVal` (object)

  - `retVal.permissions` (array)
    Example: ["POLICIES__POLICY__VIEW"]

## Response 400 fields (*/*):

  - `supportToken` (string)
    Example: "1171c60d"


