Get space members returns NULL field attributes. API error?
AnsweredSo I'm trying to access the skills of each space member
Using PodioSpaceMember::get_all(SPACE_ID) I get a result with a list of the members, but all of the profile fields like about, skills, phone etc are empty when they shouldn't be.
Ideas?
-
Hi Nathan
The space member methods returns information about the membership first and foremost. It has a few of the profile fields like name, but not all of them. If you are trying to get the profile information, you should rather use this method: https://developers.podio.com/doc/contacts/get-space-contacts-22414
Christian
Please sign in to leave a comment.
Comments
2 comments