Sign in

List team members

documented

Retrieve members of the organization’s team.

GET /v4/organizations/teamOrganizationsno implementation yet0 runs
No 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"