List Organization Users
documentedList users registered in the organization; can return CSV if delimiter is specified.
GET /organization/users{?delimiter}組織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)
npx -y keychains@latest curl "https://api.sansan.com/v6.0/organization/users?delimiter={{$delimiter}}" \
-X GET \
-H "Accept: text/csv" \
-H "X-Sansan-App-Id: {{CORP-SANSAN_APP_ID}}" \
-H "X-Sansan-Api-Key: {{CORP-SANSAN_API_KEY}}"