I have more than 100 Miro teams in my Enterprise account. The teams api returns the following error if I use a limit greater than 100. Is there any workaround for the limit issue?
https://api.miro.com/v2/orgs/{ORD_ID}/teams?limit=101
{
"status" : 400,
"code" : "invalidParameter",
"message" : "org.springframework.validation.BeanPropertyBindingResult: 1 errors\nField error in object 'teamsCursorQuery' on field 'limit': rejected value u101]; codes eMax.teamsCursorQuery.limit,Max.limit,Max.int,Max]; arguments torg.springframework.context.support.DefaultMessageSourceResolvable: codes eteamsCursorQuery.limit,limit]; arguments t]; default message glimit],100]; default message glimit value should be less than 100]",
"type" : "error"
}