Given an existing organization (i.e. a node in the org chart), add a new person under this org.

You may need to first retrieve people emails by listing known people, as well retrieve the org chart.

Log in to see full request history
Path Params
integer
required

The ID of the org to attach a report to

Body Params
string
required

The email of the direct report

Responses
200

Successful response

400

The request can fail for the following reasons:

  • You cannot attach a report to 2 different orgs, so you need to make sure that the new report is not already in use.
  • The report's domain must match the company domain
Language
Credentials
Click Try It! to start a request and see the response here!