Contacts: Get space contacts API Deprecated
I am using the following API in Data Sync to get all the Users in a Space with our members connector that allows you to add/remove space users (i.e. Active Directory -> Podio Sync), however I see it’s marked for removal and is now obsolete. https://developers.podio.com/doc/contacts/get-space-contacts-22414 My Question is what API call is replacing it so I can still get a list of Space members? Get Members of Space is no good as it doesn't return the user profile data. |
-
Official comment
Hi Sean,
In order to get a list of members in a space simply use "GET /space/{space_id}/members"[1]. You can then for each user get their profile using "GET /contact/user/{user_id}" if this is needed as well.
Cheers,
Brian
[1]: https://developers.podio.com/doc/space-members/get-members-of-space-22395
Comment actions
Please sign in to leave a comment.
Comments
1 comment