Get active members of space
AnsweredI'm trying to get at status off the activity of the memebers off our workspace. And I would like to make a
script that get the "last seen on" date of each member. There is an api call named "Get active members of space" but it is only available for Ruby and I don't know Ruby. Is there a way to do this with php?
Regard from
Søren Nørup
-
Hi Søren,
It's straightforward to add missing methods to podio-php. I've added it for you here https://github.com/podio/podio-php/commit/eaadf89de0ebe0e739994989a9331946c07357dd you should feel free to add any missing methods yourself and making a pull request on github :)
Call it with PodioSpaceMember::get_all( $space_id );
/Andreas
Please sign in to leave a comment.
Comments
3 comments