v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 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
namestring nullable
descriptionstring nullable
created_atstring date-time
updated_atstring date-time
can_own_applicationsboolean nullable

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
}