Read user
documentedRetrieve a specific user by ID or key.
GET /api/users/{id}.jsonUsersno 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://www.supersaas.com/api/users/{{$user_id}}.json?account={{$ACCOUNT_NAME}}&api_key={{$SUPERSAAS_API_KEY}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json"