getUserInformation
Parameters
Result
Examples
{
"id": 1,
"jsonrpc": "2.0",
"method": "getUserInformation",
"params": {
"cortexToken": "xxx"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"username": "jon.snow",
"firstName": "Jon",
"lastName": "Snow",
"licenseAgreement": {
"accepted": true,
"licenseUrl": "https://..."
}
}
}Last updated