You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Basecamp . GetPeopleAcrossProjects
Retrieves all people that the logged in user has permission to see.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo returns a list of all Basecamp account users you have access to view. Go here for more information on this API method.
The following shows sample output returned from this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <people type="array"> <person> <client-id type="integer">0</client-id> <created-at type="datetime">2011-06-07T16:20:15Z</created-at> <deleted type="boolean">false</deleted> <has-access-to-new-projects type="boolean">true</has-access-to-new-projects> <id type="integer">...</id> <im-handle nil="true"></im-handle> <im-service nil="true"></im-service> <phone-number-fax nil="false">555-555-1234</phone-number-fax> <phone-number-home nil="false">555-555-5678</phone-number-home> <phone-number-mobile nil="true"></phone-number-mobile> <phone-number-office nil="false">555-555-9101</phone-number-office> <phone-number-office-ext nil="false">123</phone-number-office-ext> <title nil="false">Publisher</title> <updated-at type="datetime">2011-10-27T21:32:01Z</updated-at> <uuid>...</uuid> <first-name>Melvin</first-name> <last-name>Frohike</last-name> <company-id type="integer">...</company-id> <user-name>melvin_frohike</user-name> <administrator type="boolean">true</administrator> <email-address>mel.frohike@lgp.com</email-address> <avatar-url>http://asset0.37img.com/global/missing/avatar.png?r=3</avatar-url> </person> <person> <client-id type="integer">0</client-id> <created-at type="datetime">2011-06-07T16:20:15Z</created-at> <deleted type="boolean">false</deleted> <has-access-to-new-projects type="boolean">true</has-access-to-new-projects> <id type="integer">...</id> ... <updated-at type="datetime">2011-10-27T21:32:01Z</updated-at> <uuid>...</uuid> <first-name>Richard</first-name> <last-name>Langly</last-name> <company-id type="integer">...</company-id> <user-name>richardlangly</user-name> <administrator type="boolean">true</administrator> <email-address>ringo@lgp.com</email-address> <avatar-url>http://asset0.37img.com/global/missing/avatar.png?r=3</avatar-url> </person> </people>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms