getUserInformation
This method returns basic information about the current user.
Parameters
Name | Type | Required | Description |
cortexToken |
| yes | A token returned by authorize |
Result
The result is an object containing basic information about the user.
Name | Type | Description |
username |
| The EmotivID of the user |
firstName |
| The first name of the user |
lastName |
| The last name of the user |
licenseAgreement |
| An object that contain information about the EULA agreement |
Examples
Last updated