v61

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-018131,3812.6 MB
Portal Teams

Get Team

Get an individual team.

get/v3/portals/{portalId}/teams/{teamId}

Response

Details about a team of developers in a portal.

idstring uuid required
namestring required
descriptionstring required
created_atstring date-time required
updated_atstring date-time required
can_own_applicationsboolean

Whether the team is allowed to own applications.

Example response

{
  "id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
  "name": "IDM - Developers",
  "description": "The developers for the IDM API.",
  "created_at": "1992-02-07T17:46:57.52Z",
  "updated_at": "2022-08-31T17:00:00.52Z",
  "can_own_applications": false
}