Podio API Documentation
Conversations: Add participants
Adds new participants to the conversation.
Usage
- PHP Client
-
PodioConversation.php
PodioConversation::add_participant( $conversation_id, $attributes = array() );
- Ruby Gem
-
conversation.rb
Podio::Conversation.add_participant( conversation_id, user_id )
Parameters
- conversation_id*
- Required.
Request
{
"participants": The new participants to add to the conversation
}