OpenAPI 3.0.3raw.githubusercontent.com2026-08-167449145.8 KB

6965ecf3ab92

Organization
Role

Create a new role in the organization

Create a new role and assign it to the organization.

post/v1/organizations/{id}/roles

Request body

namestring required

Name of the role.

descriptionstring

Description of the role.

Example request

{
  "name": "Contributors",
  "description": "Users who can collaborate on the project."
}

Response

Example response

idstring required

ID of the newly created resource.