root.scopeConstraints.teams object
A list of team thread ids to which your app is restricted to
Properties that reference this object type:
Syntax
Properties
id
Team's thread Id.
Type
string
Required
✅
Constraints
Maximum string length: 64.
Supported values
Examples
{
"scopeConstraints": {
"teams": [
{ "id": "%TEAMS-THREAD-ID" }
]
}
}