07-05-2022 11:37 AM
Hello!
I am working on adding an Admin to multiple SecureX organizations. I know for Meraki there are scripts for bulk admin management that allow you to select 'all' for organization and add someone to all the orgs the API key has access to. Is there a way to do this for SecureX?
Here is the Meraki version: https://github.com/meraki/automation-scripts/blob/master/manageadmins.py
Thanks in advance for any help on this!
DevLop
Solved! Go to Solution.
07-07-2022 12:39 AM
hi @DevLop , correct unfortunately there is no option yet to manage child tenants as one. Currently you will need to do this per tenant separately. The API's will be your friend here, as you can automate almost everything in SecureX with it. Just use your developer tools in Chrome and select network tab while you are in the GUI, and you will see all API calls being made in the background. You can also automate those steps.
07-06-2022 12:24 AM
hi @DevLop , try these 2 API endpoints to invite users and to manage them:
https://visibility.amp.cisco.com/iroh/invite/index.html
https://visibility.amp.cisco.com/iroh/user-mgmt/index.html
Not sure if this is exactly what you mean. There should be more MSSP like features coming down the line later. I don't have a timeline on that though.
07-06-2022 07:08 AM
Thanks, Christopher! If I am understanding this correctly you don't have the same MSSP features in SecureX at this time as in Secure Endpoint? I can add a user to an organization, but there would be no way to add them to multiple organizations with one API key?
That is not the end of the world if that is the case. I can always create keys for all the orgs and just have one script that parameterizes the user. The overhead of the extra 15 API keys isn't ideal, but it sounds like Cisco is working on improving it!
07-07-2022 12:39 AM
hi @DevLop , correct unfortunately there is no option yet to manage child tenants as one. Currently you will need to do this per tenant separately. The API's will be your friend here, as you can automate almost everything in SecureX with it. Just use your developer tools in Chrome and select network tab while you are in the GUI, and you will see all API calls being made in the background. You can also automate those steps.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide