cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
904
Views
5
Helpful
3
Replies

SecureX MSSP bulk user add

DevLop
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

chrivand
Cisco Employee
Cisco Employee

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.

View solution in original post

3 Replies 3

chrivand
Cisco Employee
Cisco Employee

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.

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!

chrivand
Cisco Employee
Cisco Employee

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.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: