We're having lots of fun on Discord! Come and join us! 💬
Docs

Team Object

Properties

Name Type Description
$id string

Team ID.

$createdAt string

Team creation date in ISO 8601 format.

$updatedAt string

Team update date in ISO 8601 format.

name string

Team name.

total integer

Total number of team members.

Examples

JSON

{
    "$id": "5e5ea5c16897e",
    "$createdAt": "2020-10-15T06:38:00.000+00:00",
    "$updatedAt": "2020-10-15T06:38:00.000+00:00",
    "name": "VIP",
    "total": 7
}