v1

latestOpenAPI 3.1.0MIT2026-07-132429592.7 MB
Project groups

Grants a group access to a project.

post/organization/projects/{project_id}/groups

Path parameters

project_idstring required

The ID of the project to update.

Request body

group_idstring required

Identifier of the group to add to the project.

rolestring required

Identifier of the project role to grant to the group.

Response

Group granted access to the project successfully.

object'project.group' required

Always project.group.

project_idstring required

Identifier of the project.

group_idstring required

Identifier of the group that has access to the project.

group_namestring required

Display name of the group.

group_typestring required

The type of the group.

created_atinteger required

Unix timestamp (in seconds) when the group was granted project access.