I couldn't find any relevant questions in the last 2 or so years regarding this question.
I have an account that I want to be able to link other accounts to, using just the customer ID, through the API. At the end of this, I am writing a Hipchat bot where I can say
!link <customerID>
And my code (in Python) will automatically link the client's customer ID to my Manager account. Is that possible to do in the API, and if so, where can I find examples of how one would set this up?
Thank you!