Description Usage Arguments Details Value Author(s) References Examples
Once logged in, get basic details about the user account.
| 1 2 | userdetails(api_key = getOption('sm_api_key'),
            oauth_token = getOption('sm_oauth_token'), ...)
 | 
| api_key | Your API key. By default, retrieved from  | 
| oauth_token | Your OAuth 2.0 token, as generated by  | 
| ... | Other arguments passed to  | 
This function retrieves basic details about a user. It can be used as a hello world test after smlogin.
An object of class sm_userdetails.
Thomas J. Leeper
https://developer.surveymonkey.com/mashery/get_user_details
| 1 2 3 4 5 | ## Not run: 
smlogin()
userdetails()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.