Podio API Documentation
Contacts: Get linked account contacts
Loads the contacts from the given linked account. The linked account must support the "contacts" capability.
Usage
- Ruby Gem
-
profile.rb
Podio::Profile.find_all_for_linked_account( id, options = {} )
Parameters
- linked_account_id*
- Required.
- contactable
True if the contacts returned should be contactable (for invite, task assignment, etc.). False if this is not required.
Default value: true- limit
The limit on the number of results returned
- name
A partial name to search for
- offset
The offset to use when returning the list
Default value: 0
Response
[
{
"external_id": The external id of the contact from the provider,
"external_picture": The URL of the contacts picture on an external server,
"name": The name of the contact,
... (more attributes, same as all contacts)
},
... (more contacts)
]
Sandbox
Try the operation "/contact/linked_account/{linked_account_id}"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here