Gets details for the current user.
{ getMe }
Returns the user info for the currently authenticated user
Method
/API2/access/getMe
Output Response
Successful Result Code
200
Response Type
Description of Response Type
The user object contains all relevant meta-data for the user.
Notes
Use this method to extact details for the account running the API calls
Examples
Authenticate User (JavaScript):
This example demonstrates how to authenticate a user from JavaScript.