Asana · Schema
TeamResponse
CollaborationProductivityProject ManagementProjectTask ManagementTaskWorkflows
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TeamResponse",
"title": "TeamResponse",
"allOf": [
{
"$ref": "#/components/schemas/TeamBase"
},
{
"type": "object",
"properties": {
"description": {
"description": "[Opt In](/docs/inputoutput-options). The description of the team.\n",
"type": "string",
"example": "All developers should be members of this team."
},
"html_description": {
"description": "[Opt In](/docs/inputoutput-options). The description of the team with formatting as HTML.\n",
"type": "string",
"example": "<body><em>All</em> developers should be members of this team.</body>"
},
"organization": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceCompact"
},
{
"type": "object",
"description": "The organization/workspace the team belongs to.\n"
}
]
},
"permalink_url": {
"type": "string",
"readOnly": true,
"description": "A url that points directly to the object within Asana.",
"example": "https://app.asana.com/0/resource/123456789/list"
},
"visibility": {
"description": "The visibility of the team to users in the same organization\n",
"type": "string",
"enum": [
"secret",
"request_to_join",
"public"
]
},
"edit_team_name_or_description_access_level": {
"description": "Controls who can edit team name and description\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"edit_team_visibility_or_trash_team_access_level": {
"description": "Controls who can edit team visibility and trash teams\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"member_invite_management_access_level": {
"description": "Controls who can accept or deny member invites for a given team\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"guest_invite_management_access_level": {
"description": "Controls who can accept or deny guest invites for a given team\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"join_request_management_access_level": {
"description": "Controls who can accept or deny join team requests for a Membership by Request team\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"team_member_removal_access_level": {
"description": "Controls who can remove team members\n",
"type": "string",
"readOnly": true,
"enum": [
"all_team_members",
"only_team_admins"
]
},
"team_content_management_access_level": {
"description": "Controls who can create and share content with the team\n",
"type": "string",
"enum": [
"no_restriction",
"only_team_admins"
]
}
}
}
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/asana-teamresponse"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.