License
Returns the license information for the current user.
HTTP Request
GET /icweb.dll/license
URI Parameters
None
Responses
Name |
Type |
Description |
200 OK |
OK |
License
Contains the license information for the current user.
Name |
Type |
Description |
Optional |
|
String |
|
No |
|
Bool |
True if the user has a license to display the risk module. |
No |
|
Bool |
True if the user has a license to display the sensors module. |
No |
|
Bool |
True if the user has a license to perform SaaS only functions. |
No |
Example
Request
GET /icweb.dll/license
Response
{
"license": "write",
"risk": true,
"sensors": true,
"saas": true
}