Podio API Documentation
Contacts: Get user contact field
Returns the value of a contact with the specific field. For the possible keys to use, see the area.
Usage
- PHP Client
-
PodioContact.php
PodioContact::get_field_for_user( $user_id, $key );
Parameters
- user_id*
- Required.
- key*
- Required.
Response
[
{value},
.... (possible more values for some fields)
]
Sandbox
Try the operation "/contact/user/{user_id}/{key}"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