Podio API Documentation
Organizations: Get organization login report
Returns the login report for the organization. This reports list the total number of users and the total number of active users per week.
Usage
- PHP Client
-
PodioOrganization.php
PodioOrganization::get_login_report( $org_id, $attributes = array() );
Parameters
- org_id*
- Required.
- limit
The number of weeks to return counting backwards from the previous week, but no more than 16. It will also never return data older than when the organization was created.
Default value: 4- offset
The offset into the weeks to return.
Default value: 0
Response
[
{
"date": The start date of the week (Monday),
"total": The total number of users in the organization,
"active": The total number of users that logged in during the week
},
... (more weeks)
]
Sandbox
Try the operation "/org/{org_id}/report/login/"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