Add member to space API is missing in the Ruby client
AnsweredHi,
I'm writing a script that would synchronize the membership of user between to workspace.
To remove user membership, there is the Podio::SpaceMember.end_membership API but to add member, the API doesn't seems to exist in Ruby:
https://developers.podio.com/doc/space-members/add-member-to-space-1066259
Did I miss something or would it be possible to add this API to the Ruby Client?
Regards,
-
It's missing on the developer site, but it's this guy: https://github.com/podio/podio-rb/blob/master/lib/podio/models/space_invitation.rb#L43-L50
/Andreas
Please sign in to leave a comment.
Comments
2 comments