Our features site is undergoing a refresh! Be sure to explore the revamped site and discover our latest product roadmap launching here on Monday, March 18th.

Modify Feature List through API

pabloserfe shared this idea 10 years ago
Already Exists

I'm using the API to manage many WHM and Cpanel accounts inside them. I'm looking for the way to restrict the access to accounts to some features in the cpanel. For example, on the cpanel the user can not access to "Ability to Change MX" or "Addon Domain Manager", etc.

In order to my goal, I found in the WHM that I can create a Feature List (Package - Feature Manager) to associate to the accounts (cPanels) . But I want to perform this action through the API.


The new feature would be the possibility of modify the Feature List through API

Replies (1)

photo
1

All aspects of feature lists are manageable through our WHM API. For example the following functions are available:


create_featurelist

delete_featurelist

get_available_featurelists

get_feature_metadata

get_feature_names

get_featurelist_data

getfeaturelist

manage_features

read_featurelist

update_featurelist


More information is available in our SDK.

Replies have been locked on this page!