If you have a “Company” field in User DB… you should see the Company Unique ID in the USER Data API.
You can call the Company DB to get Company data.
Don’t forget that all of this are related to privacy settings too.
If you want to work differently on what data are returned from API, you can instead use a Backend WF API with Return data from API and modify the payload you are returning.
Just updating in case anyone else comes across the same issue. Turns out if the field is empty then Bubble will not return it in it’s response. So when you initialize an API call to a bubble DATA API you need to use a row that has all fields populated.