Podio API Documentation

Contacts: Get user contact

GET /contact/user/{user_id}

Returns the contact with the given user id.

Usage
PHP Client
PodioContact.php
PodioContact::get_for_user( $user_id );
Ruby Gem
profile.rb
Podio::Profile.find_for_user( user_id )
Parameters
user_id*
Required.
Response {  "profile_id": The id of the profile, "type": The type of contact, always "user" for this method, "{field}": The value of the field, ... (more fields, see the contact area) }

Sandbox

Try the operation "/contact/user/{user_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