Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Team Object

Properties

Name Type Description
$id string

Team ID.

name string

Team name.

dateCreated integer

Team creation date in Unix timestamp.

total integer

Total number of team members.

Examples

JSON

{
    "$id": "5e5ea5c16897e",
    "name": "VIP",
    "dateCreated": 1592981250,
    "total": 7
}