Sign in

List staff groups

documented

Retrieve staff groups within the organization.

GET /v4/organizations/staffGroupsOrganizationsno 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/staffGroups?{{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -u ":{{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List staff groups · submittable · OpenIntegrations