feat: add id+members count+icon to teams table

This commit is contained in:
2026-03-16 17:09:36 +02:00
parent 0fb78f7d76
commit 6fb4e4fd54
4 changed files with 59 additions and 4 deletions

View File

@@ -7884,7 +7884,8 @@
"id",
"displayName",
"owner",
"ownerDisplayName"
"ownerDisplayName",
"memberCount"
],
"properties": {
"id": {
@@ -7898,6 +7899,10 @@
},
"ownerDisplayName": {
"type": "string"
},
"memberCount": {
"type": "integer",
"format": "int64"
}
}
}