List SCIM groups
documentedList SCIM groups.
GET /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)
I searched the official Figma SCIM API docs. The SCIM base URL is https://www.figma.com/scim/v2/:tenantid and the Groups endpoint is GET :baseURL/Groups, with Authorization: Bearer [token]. Here's a Keychains curl command using those details. ([developers.figma.com](https://developers.figma.com/docs/rest-api/scim/))