Make queries in multi tenant environment - Flight Control #639
|
Hello all. |
Replies: 2 comments 6 replies
|
Hello @brucelourenco thanks for the question! Take a look at some of the examples we have for Flight Control on our Documentation Site In short, with Flight Control, you are able to use credentials from the Parent CID to perform actions on Children CIDs by specifying the As a side note, some APIs are natively Flight Control aware such as the Let us know if that works for you or if you have any more questions! |
|
Hello guys! Am I doing something wrong? |

Hello @brucelourenco thanks for the question!
Take a look at some of the examples we have for Flight Control on our Documentation Site
In short, with Flight Control, you are able to use credentials from the Parent CID to perform actions on Children CIDs by specifying the
member_cidquery parameter when generating an OAuth 2 Token.As a side note, some APIs are natively Flight Control aware such as the
Detectsclass. This will allow you to make a call without specifying themember_cidto aggregate data from Child CIDs.Let us know if that works for you or if you have any more questions!