class Avmtrf1::Tools::Msgraph::Api::Team::MemberAdd

def body_hash

Returns:
  • (Hash) -
def body_hash
  {
    '@odata.type' => '#microsoft.graph.aadUserConversationMember',
    'user@odata.bind' => "https://graph.microsoft.com/v1.0/users('#{user_id}')"
  }
end