Returns a list of all companies visible to the given person. This is only accessible to employees of the "firm" (the company assoicated with the account). Client employees will get a 403 response if they attempt to access this method.
<companies>
<company>
...
</company>
...
</companies>
This will return the information for the referenced company.
<company>
...
</company>
This will return all of the people in the given company. If a project id is given, it will be used to filter the set of people that are returned to include only those that can access the given project.
<people>
<person>
...
</person>
<person>
...
</person>
...
</people>
This will return all of the people in the given company that can access the given project.
<people>
<person>
...
</person>
<person>
...
</person>
...
</people>
This will return information about the referenced person.
<person>
...
</person>