'BIM 360 Api GET projects/:project_id/companies not returning member_group_id?

I tried making forge BIM360 API calls with GET request to projects/:project_id/companies and I successfully received responses. However, the response body seems to be missing 'member_group_id'. I'm supposed to check assignee of a BIM360 issue when the assignee is a company.

In fact, the response body is not exactly matching the response body structure in the documentation. I even tried specifying 'field' in the request parameter but it doesn't seem to work.

Am I missing something here ?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source