---
title: "Add Group Roles"
method: POST
path: "/api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles"
tags: ["Administration - Groups"]
---

# Add Group Roles

`POST /api/v3.0/orgs/{orgUuid}/groups/{groupUuid}/roles`

Creates a new group role for an organization

## Path parameters

- `orgUuid` string, required
- `groupUuid` string, required

## Request body

- GroupRoleRequestDTOV3
  - `scopeUuid` string, required
  - `scopeType` 'organization' | 'application' | 'project' | 'account' | 'unsupported', required
  - `role` 'ADMIN' | 'SCAN_MANAGER' | 'SECURITY_ANALYST' | 'MEMBER'

## Response `200`

OK

- DWRResponseV3GroupRoleDTOV3
  - `supportToken` string
  - `response` GroupRoleDTOV3
    - `scopeUuid` string
    - `scopeName` string
    - `scopeType` 'organization' | 'application' | 'project' | 'account' | 'unsupported' — Type of entity the role will be associated with
    - `role` 'ADMIN' | 'SCAN_MANAGER' | 'SECURITY_ANALYST' | 'MEMBER'

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
