Team

Represents the details of a team.

Attributes

Name
Type
Description

id

uuid

Unique team ID.

name

string

Name of the team.

Response JSON
"team": { 
    "id": "710a2723-9694-4cca-8827-64ee50386179",
    "name": "Mark Joyce"
}

Last updated