v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
teams

Inspect a team

Retrieve details about a team. Access is only available for administrator and leaders of that team. Access policy: administrator

get/teams/{id}

Path parameters

idinteger required

Team identifier

Response

Success

DenyPortainerAccessboolean

Whether members of this team are denied access to Portainer itself (EE only)

Idinteger

Team Identifier

Namestring

Team name

Example response

{
  "Id": 1,
  "Name": "developers"
}