List users
documentedGet a paginated list of Canva users in a team.
GET /_scim/v2/UsersUsersno 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://www.canva.com/_scim/v2/Users?startIndex={{$startIndex}}&count={{$count}}&filter={{$filter}}\" \\n -X GET \\n -H \"Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}\" \\n -H \"Accept: application/scim+json\"