Get users
documentedRetrieve one or more members; if no IDs provided, returns the caller's user.
GET /xn/rest/{network}/1.0/UserUsersno 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.ning.com/xn/rest/main/1.0/User?id={{$id}}&author={{$author}}&fields={{$fields}}' \
-X GET \
-H 'Authorization: OAuth oauth_consumer_key="{{NING_CONSUMER_KEY}}", oauth_token="{{OAUTH2_ACCESS_TOKEN}}", oauth_signature_method="PLAINTEXT", oauth_signature="{{OAUTH_SIGNATURE}}", oauth_timestamp="{{OAUTH_TIMESTAMP}}", oauth_nonce="{{OAUTH_NONCE}}", oauth_version="1.0"' \
-H 'Accept: application/json'