Portal Teams
Create Team
Creates a developer team in a portal. Developers can be added to teams to provide RBAC access to API products. Teams can be assigned roles that grant permissions to perform an action on a resource.
post/v3/portals/{portalId}/teams
Request body
Example request
{
"name": "IDM - Developers",
"description": "The Identity Management (IDM) team.",
"can_own_applications": false
}Response
Details about a team of developers in a portal.
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
}