I have two second level companies (A and B), I’m trying to move company B under company A. So that company B becomes a third level company.
The RMS API call /companies/move seems to describe exactly what we’re trying to do:
However, I always get a 403 Forbidden response. I have the full ‘companies’ scope on my user (from a top level company) access token. Is there anything I’m missing? I couldn’t find a way to do it in the RMS web interface either.
Do you think that API call might be implemented at some point? It does seem a bit strange that it’s documented. It would be perfect for organising companies when circumstances change on the client side.