Sign in

Count members

documented

Retrieve the number of members joined after a date.

GET /xn/rest/{network}/1.0/User/countUsersno 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://external.ningapis.com/xn/rest/{{$network}}/1.0/User/count" \
  -X GET \
  -H "Accept: application/json" \
  -H 'Authorization: oauth_signature_method="PLAINTEXT",oauth_consumer_key="{{$consumer_key}}",oauth_token="{{OAUTH2_ACCESS_TOKEN}}",oauth_signature="{{$oauth_signature}}"' \
  -H "Content-Type: application/json"
Count members · Ning · OpenIntegrations