cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
618
Views
0
Helpful
1
Replies

Umbrella MSP API

krsecurity
Level 1
Level 1

Hi,

It appears only certain parts of the API work when you are an MSP and use the MSP generated API keys.

I presume there is a way to specify an OrgId or customer name and then subsequently query that particular customer, but I cannot find the documentation for this anywhere.

Can anyone assist?

Thanks

1 Reply 1

The API Guy
Cisco Employee
Cisco Employee

Hi,

As a parent org, you can make requests on behalf of a child org by requesting an access token on their behalf. You do this by adding a header with the child org's Id like so: 

-H 'X-Umbrella-OrgId: <child organizationId>'

You can find more information here: https://developer.cisco.com/docs/cloud-security/#!authentication/token-authorization-request-for-multi-org-and-managed-child-organizations.

Does this help?