{
"id": "<string>",
"name": "<string>",
"ownerId": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"ownerId": "<string>",
"permissions": {}
}
],
"permissions": {}
}All Objects
Org
Represents an organization, including its teams and permissions.
Unique identifier for the organization.
The name of the organization.
Identifier of the owner of the organization.
List of team summaries belonging to the organization.
Show child attributes
Show child attributes
A mapping of user, team, or org IDs to their permissions within the organization.
Show child attributes
Show child attributes