Gets details for the current user.
{ getMe }
Returns the user info for the currently authenticated user
Method
/API3/access/getMe
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
- Basic
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 extract details for the user account running the API call
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP