The Team object
idstringrequired
typestringrequired
Possible values: [teams]
attributes required
namestring
The team name
metadataobject
Additional metadata for the tenancy
Example:
{"field_1":"value1","field_2":"value2"}created_atdate-time
updated_atdate-time
The Team object
{
"id": "string",
"type": "teams",
"attributes": {
"name": "string",
"metadata": {
"field_1": "value1",
"field_2": "value2"
},
"created_at": "2024-07-29T15:51:28.071Z",
"updated_at": "2024-07-29T15:51:28.071Z"
}
}