Back to the Developer home page
This is the newer, REST-based version of this API. If you are maintaining an older application, it might be using the legacy, non-RESTful version of this API, which can be found documented here.
Returns the currently logged in person (you).
<person>
<id type="integer">#{id}</id>
<user-name>#{user_name}</user-name>
...
</person>
Returns all people visible to (and including) the requesting user.
<people>
<person>
...
</person>
...
</people>
Returns all people with access to the given project.
<people>
<person>
...
</person>
...
</people>
Returns all people from the given company that are visible to the requesting user.
<people>
<person>
...
</person>
...
</people>
Returns a single person identified by their integer ID.
<person>
...
</person>