SCIM get users
documentedSCIM endpoints to provision users and groups.
GET /db/{dbid}SCIMno 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://{{$domain}}/db/{{$dbid}}?a=API_DoQuery&ticket={{QUICKBASE_AUTH_TICKET}}&apptoken={{QUICKBASE_APP_TOKEN}}&udata={{$udata}}&query={{$query}}&clist={{$clist}}&slist={{$slist}}&fmt={{$fmt}}&includeRids={{$includeRids}}" \
-X GET \
-H "Accept: application/xml"