...
...
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.
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 |
---|
language | html/xml |
---|
title | getUserDetails |
---|
|
<surveymonkey.getUserDetails/> |
Sample request
Following is a sample REST request that can be handled by the getUserDetails
operation.
Code Block |
---|
language | html/xml |
---|
title | Sample Request for getUserDetails |
---|
|
{
"apiUrl":"https://api.surveymonkey.net",
"accessToken":"UFHR1aBDl2QjFoOzyDhoj91aM1Q3Atp-HtOvcI8kBk.HIBEdrGLtGKLnbSmHGcE-O0lYLVuaD910D6MPZv.iRH5X7-jBQeLsb6WS1eya7gc=",
"apiKey":"u366xz3zv6s9jje5mm3495fk"
} |
https://developer.surveymonkey.com/mashery/get_user_details
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.
...