Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
maxLevel3
typeflat

...

Overview

The following operations allow you to work with users. Click an operation name to see details on how to use it. 

For a sample proxy service that illustrates how to work with users, see Sample configuration.

OperationDescription
11Working with Users in SurveyMonkeygetUserDetailsRetrieves details of a user

Operation details

This section provides details on each of the operations.

Anchor
getUserDetails
getUserDetails
Retrieving details of the user 

The getUserDetails operation returns the logged-in user's basic information. 

Code Block
languagehtml/xml
titlegetUserDetails
<surveymonkey.getUserDetails/>
Anchor
request
request
Sample request
Following is a sample REST request that can be handled by the getUserDetails operation.
Code Block
languagehtml/xml
titleSample Request for getUserDetails
{
"apiUrl":"https://api.surveymonkey.net",
"accessToken":"UFHR1aBDl2QjFoOzyDhoj91aM1Q3Atp-HtOvcI8kBk.HIBEdrGLtGKLnbSmHGcE-O0lYLVuaD910D6MPZv.iRH5X7-jBQeLsb6WS1eya7gc=",
"apiKey":"u366xz3zv6s9jje5mm3495fk"
}
Related SurveyMonkey documentation

https://developer.surveymonkey.com/mashery/get_user_details  

Anchor
#sample
#sample

Sample configuration 

Following is a sample proxy service that illustrates how to connect to SurveyMonkey with the init operation and use the getUserDetails operation. The sample request for this proxy can be found in getUserDetails sample request. You can use this sample as a template for using other operations in this category. 

...