Sign in

List users

documented

Retrieve a list of users configured in the Magnetic account.

GET /Magnetic/rest/coreAPI/usersUsersno 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://app.magnetichq.com/Magnetic/rest/coreAPI/users?{{$query}}&page={{$page}}&limit={{$limit}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List users · Magnetic · OpenIntegrations