List groups
documentedList groups in the organization.
GET /api/v1/scim/GroupsSCIM APIno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://api.miro.com/api/v1/scim/Groups?startIndex={{$startIndex}}&count={{$count}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{SCIM_API_TOKEN}}"