Podio API Documentation

Users: Get user

GET /user

Gets the active user.

Usage
PHP Client
PodioUser.php
PodioUser::get(  );
Ruby Gem
user.rb
Podio::User.current
Response { "user_id": The id of the user, "mail": The login email address of the user, "status": The status of the user ("inactive", "active" or "blacklisted"), "locale": The locale of the user (ISO 639-1, http://en.wikipedia.org/wiki/ISO_639-1) "timezone": The timezone of the user, "invites": The number of invites left for the user, "flags:" The user flags allowing for extra access in Podio, [ "{flag}", ... more flags ], "created_on": The date and time when the user was created }

Sandbox

Try the operation "/user"

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