# Get User Organization Permissions This api returns a list of permitted actions for the logged-in user and the given organization Endpoint: GET /api/v3.0/orgs/{orgUuid}/permissions Version: 3.0 Security: bearer-key ## Path parameters: - `orgUuid` (string, required) org UUID (from the Mend App: Administration General > Organization UUID). ## Response 200 fields (application/json): - `supportToken` (string) Example: "1171c60d" - `response` (object) - `response.permissions` (array) Example: ["POLICIES__POLICY__VIEW"] ## Response 400 fields (*/*): - `supportToken` (string) Example: "1171c60d" ## Response 403 fields (*/*): - `supportToken` (string) Example: "1171c60d"