List team members
documentedRetrieve members of the organization’s team.
GET /v4/organizations/teamOrganizationsno 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://submittable-api.submittable.com/v4/organizations/team" \
-u ":{{SUBMITTABLE_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"