Skip to main content

enterprise_license_forecast_retrieve

GET 

/api/v3//enterprise/license/forecast/

Forecast how many users will be required in a year

Responses

Schema

    internal_users integerrequired
    external_users integerrequired
    forecasted_internal_users integerrequired
    forecasted_external_users integerrequired
curl -L -X GET '/api/v3/enterprise/license/forecast/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
/api/v3
Auth