---
title: "Add Team role"
method: POST
path: "/teams/roles"
tags: ["Teams"]
---

# Add Team role

`POST /teams/roles`

Add Team role that can be assigned to team members

## Request body

- object
  - `name` string
  - `canManageTeam` boolean
  - `acl` object

## Response `200`

added role

- ResponseMessage
  - `message` string

---

[API](https://skmtc.net/smythos/apis/smyth-api.md) · [All operations](https://skmtc.net/smythos/apis/smyth-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smythos/smyth-api/revisions/1475e078fb4a/schema)
