These docs are for v1.0. Click to read the latest docs for v2.0.

Team Object

Aside from allowing you to retrieve your Miro team information, you can also get the boards associated with a team, a list of your team's members and invites, and invite others to join your team.

How to get Team ID

Currently, you have access to only one team using your authorization token - the one where the application was installed.
You will receive this team's ID in authorization response with your access token.
You also can get this ID any time later by requesting your authorization info (see Get Authorization)

type
string
team
id
string
Identifier of the team
createdAt
date-time
Date and time when the team was created
modifiedAt
date-time
Date and time when the team was modified. If team has not been modified, this field is equal to createdAt
createdBy
Mini User Object
The user who created the team
modifiedBy
Mini User Object
The user who modified the team. If a team has not been modified, this field is equal to createdBy
name
string
picture
Mini Picture Object
{  
   "type":"team",
   "id":"3452563463832456",
   "name":"Some Team"
}