v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
sharing

Get teams on a project

Returns a project with all teams which have access on a given project.

get/projects/{id}/teams

Path parameters

idinteger required

Project ID

Query parameters

pageinteger

The page number. Used for pagination. If not provided, the first page of results is returned.

per_pageinteger

The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page.

sstring

Search teams by its name.

Response

The teams with their permission.

createdstring

A timestamp when this relation was created. You cannot change this value.

descriptionstring

The team's description.

external_idstring

The team's external id provided by the openid or ldap provider

idinteger

The unique, numeric id of this team.

is_publicboolean

Defines wether the team should be publicly discoverable when sharing a project

namestring

The name of this team.

permission0 | 1 | 2
updatedstring

A timestamp when this relation was last updated. You cannot change this value.