Is the user working in personal mode?
Overview
Find out if a user is working in personal mode by using the IsPersonalMode method.
Example
The client sends:
{
"jsonrpc": "2.0",
"id": 1,
"method": "IsPersonalMode",
"handle": -1,
"params": []
}
The engine returns:
{
"jsonrpc": "2.0",
"id": 1,
"result": {
"qReturn": true
}
}
The engine returns true, which means that the user is working in personal mode.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!